Skip to content

friends_keyword_search_fields

Alex Kirk edited this page Apr 8, 2024 · 10 revisions

Generic Example

add_filter(
    'friends_keyword_search_fields',
    function ( array $array ) {
        // Your code here
        return $array;
    }
);

Parameters

  • array $array

Files

apply_filters( 'friends_keyword_search_fields', array( 'post_title', 'post_content' ) )

Hooks

Clone this wiki locally