bp_get_blogs_directory_url

bp_get_blogs_directory_url

Hook Type: filter

See hook in core

Displaying hooks found in version: buddypress.14.3.3

apply_filters('bp_get_blogs_directory_url') is found 1 times:

  • /bp-blogs/bp-blogs-template.php line 114
    110
    111
    112
    113
    114
    115
    116
    117
    118
    119
    120
         *
         *     @type int $create_single_item `1` to get the Blogs create link.
         * }
         */
        return apply_filters( 'bp_get_blogs_directory_url', $url, $path_chunks );
    }
     
    /**
     * Rewind the blogs and reset blog index.
     *
     * @global BP_Blogs_Template $blogs_template The main blog template loop class.