wpdocs_filter

wpdocs_filter

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

See hook in core

Displaying hooks found in version: wordpress-6.7.2

apply_filters('wpdocs_filter') is found 1 times:

  • /wp-includes/plugin.php line 696
    692
    693
    694
    695
    696
    697
    698
    699
    700
    701
    702
    * Note: the value and extra arguments passed to the original apply_filters() call
    * must be passed here to `$args` as an array. For example:
    *
    *     // Old filter.
    *     return apply_filters( 'wpdocs_filter', $value, $extra_arg );
    *
    *     // Deprecated.
    *     return apply_filters_deprecated( 'wpdocs_filter', array( $value, $extra_arg ), '4.9.0', 'wpdocs_new_filter' );
    *
    * @since 4.6.0
    *