bbp_sanitize_search_request

bbp_sanitize_search_request

Hook Type: filter

See hook in core

Displaying hooks found in version: bbpress.2.6.9

apply_filters('bbp_sanitize_search_request') is found 1 times:

  • /includes/search/functions.php line 136

    Warning: Undefined array key 137 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    Warning: Undefined array key 138 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    Warning: Undefined array key 139 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    Warning: Undefined array key 140 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    Warning: Undefined array key 141 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    	// Sanitize
    	$retval = sanitize_title( trim( $terms ) );
    
    	// Filter & return
    	return apply_filters( 'bbp_sanitize_search_request', $retval, $query_arg );
    }