bbp_add_template_stack_locations

bbp_add_template_stack_locations

Hook Type: filter

See hook in core

Displaying hooks found in version: bbpress.2.6.9

apply_filters('bbp_add_template_stack_locations') is found 1 times:

  • /includes/core/template-functions.php line 492
    		}
    	}
    
    	// Filter & return
    	return (array) apply_filters( 'bbp_add_template_stack_locations', array_unique( $retval ), $stacks );
    }
    
    /**
     * Add checks for bbPress conditions to parse_query action
     *
     * If it's a user page, WP_Query::bbp_is_single_user is set to true.