All Topics
Generate a filtering url programmatically
When a user adds a filter by using the user interface available in post.php, the plugin calculates a url containing several “ac_” parameters.
Example:
edit.php?ac-actions-form=1&s&post_status=all&post_type=documento&m=0&layout=65fd5c2148633&filter_action=Filtra&action=-1&paged=1&action2=-1&ac-rules=%7B"condition"%3A"AND"%2C"rules"%3A%5B%7B"uid"%3A"10a59e4e200000"%2C"id"%3A"b3fac274a7efa0"%2C"operator"%3A"equal"%2C"value"%3A"28"%7D%5D%7D
Is is possible to calculate these URLs programmatically so that they can be used for example in other custom administration pages?
You must be logged in to reply to this topic.