bp_group_directories_tutorial()

Link to Group Directories tutorial

Description

Source

File: bp-core/admin/bp-core-admin-settings.php

1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
function bp_group_directories_tutorial() {
    ?>
 
    <p>
        <a class="button" href="<?php echo bp_get_admin_url(
            add_query_arg(
                array(
                    'page'    => 'bp-help',
                    'article' => '',
                ),
                'admin.php'
            )
        ); ?>"><?php _e( 'View Tutorial', 'buddyboss' ); ?></a>
    </p>
 
    <?php
}

Changelog

Changelog
Version Description
BuddyBoss 1.2.0 Introduced.

Questions?

We're always happy to help with code or other questions you might have! Search our developer docs, contact support, or connect with our sales team.