wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



pre_handle_404 › WordPress Filter Hooks

Seit4.5.0
Veraltetn/v
apply_filters( 'pre_handle_404', false, $wp_query )
Parameter: (2)
  • (bool) $preempt Whether to short-circuit default header status handling. Default false.
    Erforderlich: Ja
  • (WP_Query) $wp_query WordPress Query object.
    Erforderlich: Ja
Definiert in:
Codex:

Filters whether to short-circuit default header status handling.

Returning a non-false value from the filter will short-circuit the handling and return early.





Quellcode

if ( false !== apply_filters( 'pre_handle_404', false, $wp_query ) ) {