Replies: 1
Hi,
Is it possible to clear the cache of certain specific pages when the “Simple Custom Post Order” plugin is used?
The hook that the developer gave me is this:
add_action('pre_get_posts', array($this, 'scporder_pre_get_posts'));
How can I do?
Thanks