bp_core_get_query_parser

bp_core_get_query_parser

Hook Type: filter

See hook in core

Displaying hooks found in version: buddypress.12.4.1

apply_filters('bp_core_get_query_parser') is found 1 times:

  • /bp-core/bp-core-functions.php line 162
    	 *
    	 * @param string $parser The parser to use to decide the hook to attach key actions to.
    	 *                       Possible values are `rewrites` or `legacy`.
    	 */
    	return apply_filters( 'bp_core_get_query_parser', 'rewrites' );
    }
    
    /**
     * Get the $wpdb base prefix, run through the 'bp_core_get_table_prefix' filter.
     *
     * The filter is intended primarily for use in multinetwork installations.