bp_get_root_url

bp_get_root_url

Hook Type: filter

See hook in core

Displaying hooks found in version: buddypress.14.3.3

apply_filters('bp_get_root_url') is found 1 times:

  • /bp-core/bp-core-template.php line 1316
    1312
    1313
    1314
    1315
    1316
    1317
    1318
    1319
    1320
    1321
    1322
         * @since 12.0.0
         *
         * @param string $url URL of the BP root blog.
         */
        return apply_filters( 'bp_get_root_url', $url );
    }
     
    /**
     * Output the "root url", the URL of the BP root blog.
     *
     * @since 12.0.0