w3tc_purge_urls_box

w3tc_purge_urls_box

Hook Type: action
See hook in action

See hook in core

Displaying hooks found in version: w3-total-cache.2.7.2

do_action('w3tc_purge_urls_box') is found 1 times:

  • /inc/options/cdn.php line 503
     
    		<?php
    		if ( 'bunnycdn' === $cdn_engine || 'bunnycdn' === $cdnfsd_engine ) {
    			Util_Ui::postbox_header( esc_html__( 'Purge', 'w3-total-cache' ), '', 'purge-urls' );
    			do_action( 'w3tc_purge_urls_box' );
    			Util_Ui::postbox_footer();
    		}
    		?>
    
    		<?php Util_Ui::postbox_header( esc_html__( 'Advanced', 'w3-total-cache' ), '', 'advanced' ); ?>
    		<table class="form-table">
    

See this hook used in plugins: