bp_admin_registration_setting_tutorial()

Link to Registration tutorial

Description

Source

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

1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
function bp_admin_registration_setting_tutorial() {
    ?>
 
    <p>
        <a class="button" href="<?php echo bp_get_admin_url(
            add_query_arg(
                array(
                    'page'    => 'bp-help',
                    'article' => 86158,
                ),
                'admin.php'
            )
        ); ?>"><?php _e( 'View Tutorial', 'buddyboss' ); ?></a>
    </p>
 
    <?php
}

Changelog

Changelog
Version Description
BuddyBoss 1.2.8 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.