Skip to content

friends_keyword_search_fields

Alex Kirk edited this page Oct 17, 2024 · 10 revisions

Auto-generated Example

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

Parameters

  • array $string_list

Files

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

Hooks

Clone this wiki locally