bbp_get_page_by_path

bbp_get_page_by_path

Hook Type: filter

See hook in core

Displaying hooks found in version: bbpress.2.6.9

apply_filters('bbp_get_page_by_path') is found 1 times:

  • /includes/common/functions.php line 2511
    		}
    	}
    
    	// Filter & return
    	return apply_filters( 'bbp_get_page_by_path', $retval, $path );
    }
    
    /**
     * Sets the 404 status.
     *
     * Used primarily with topics/replies inside hidden forums.