Is it possible to access $_GET when using a PHP filter? I would like to specify filter options via URL the same way as when a filter is exposed. Is this possible?

Comments

heydemo’s picture

You can refer to $_GET['your_variable'] in your code

sadashiv’s picture

You can also use arg() function to get arguments from the url.

Hth,
Sadashiv.

liam morland’s picture

Issue summary: View changes
Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.