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.8.8

apply_filters('w3tc_minify_js_do_flush_collected') is found 1 times:

  • /Minify_AutoJs.php line 324

    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. if ( 'sync' === $sync_type ) { [/php]