client_side_navigation

client_side_navigation

Hook Type: filter

See hook in core

Displaying hooks found in version: woocommerce.7.9.0

apply_filters('client_side_navigation') is found 1 times:

  • /packages/woocommerce-blocks/src/Interactivity/woo-directives.php line 38
     
    function woo_directives_get_client_side_navigation() {
    	static $client_side_navigation = null;
    	if ( is_null( $client_side_navigation ) ) {
    		$client_side_navigation = apply_filters( 'client_side_navigation', false );
    	}
    	return $client_side_navigation;
    }
    
    function woo_directives_add_client_side_navigation_meta_tag() {
    	if ( woo_directives_get_client_side_navigation() ) {