wpdocs_filter

wpdocs_filter

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

See hook in core

Displaying hooks found in version: wordpress-6.4.3

apply_filters('wpdocs_filter') is found 1 times:

  • /wp-includes/plugin.php line 696
     * 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
     *