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
    2507
    2508
    2509
    2510
    2511
    2512
    2513
    2514
    2515
    2516
    2517
            }
        }
     
        // Filter & return
        return apply_filters( 'bbp_get_page_by_path', $retval, $path );
    }
     
    /**
     * Sets the 404 status.
     *
     * Used primarily with topics/replies inside hidden forums.