w3tc_purge_urls_box
w3tc_purge_urls_box
Appears in: w3-total-cache.2.6.0, w3-total-cache.2.6.1, w3-total-cache.2.7.0, w3-total-cache.2.7.2, w3-total-cache.2.7.5, w3-total-cache.2.7.7, w3-total-cache.2.8.0
Hook Type: action
See hook in action
Displaying hooks found in version: w3-total-cache.2.8.0do_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">