• Resolved fpuenteonline

    (@fpuenteonline)


    Hi there, please can you modify this do_action in order to propagate the $url param? Thanks
    I want to flush extra cache layers: reverse proxy or CDN

    Current code:

            // clear cache by url post hook
            do_action('ce_action_cache_by_url_cleared');
    

    Proposed code:

            // clear cache by url post hook
            do_action('ce_action_cache_by_url_cleared', $url);
    

    Virtual hugs and stay at home

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Add URL to ‘ce_action_cache_by_url_cleared’ do_action’ is closed to new replies.