w3tc_process_wp_die, false, $buffer
w3tc_process_wp_die, false, $buffer
Appears in: w3-total-cache.2.10.3
Hook Type: filter
Displaying hooks found in version: w3-total-cache.2.10.3apply_filters('w3tc_process_wp_die, false, $buffer') is found 1 times:
- /Generic_Plugin.php line 946
if ( $is_rest_request && ! $this->should_ob_process_rest() ) { return $buffer; } if ( $this->is_wp_die && ! apply_filters( 'w3tc_process_wp_die', false, $buffer ) ) { // phpcs:ignore Generic.CodeAnalysis.EmptyStatement.DetectedIf // wp_die is dynamic output (usually fatal errors), dont process it. } elseif ( $is_rest_request ) { // REST caching enabled: pagecache only — skip HTML processors on JSON. $buffer = Util_Bus::do_ob_callbacks( array( 'pagecache' ), $buffer