Articles on: Developers

Before and after purging everything

Run your code before purging everything:

add_action('flying_press_purge_everything:before', function(){ /* Write your code here */ });


Similarly, run after purging everything:

add_action('flying_press_purge_everything:after', function(){ /* Write your code here */ });

Updated on: 23/11/2023

Was this article helpful?

Share your feedback

Cancel

Thank you!