w3tc_minify_js_do_flush_collected

w3tc_minify_js_do_flush_collected

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

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

apply_filters('w3tc_minify_js_do_flush_collected') is found 1 times:

  • /Minify_AutoJs.php line 282

    private function flush_collected( $sync_type, $last_script_tag ) {
    if ( count( $this->files_to_minify[$sync_type][‘files’] ) <= 0 ) { return; } $do_flush_collected = apply_filters( 'w3tc_minify_js_do_flush_collected', true, $last_script_tag, $this, $sync_type ); if ( !$do_flush_collected ) { return; } // build minified script tag [/php]