friends_keyword_search_fields - akirk/friends GitHub Wiki
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' ) )