All Topics
Make an URLto filtering list
Hi,
With Admin columns v3, to redirect user to a filtered list i used a link like this :
https://example.com/wp-admin/edit.php?post_type=cpt-slug&cpac_filter[column-meta-key]=column-value
It worked perfectly.
But with v4, it doesn’t work because the column value is now encoded in url (why ?):
https://example.com/wp-admin/edit.php?post_type=cpt-slug&acp_filter[column-meta]=MjAxNy0wNi0wMQ==
How i can get this encoded value to make my link ?
You must be logged in to reply to this topic.