BP_Admin_Setting_Xprofile::bp_profile_directories_tutorial()

Link to Profile Directories tutorial

Description

Source

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

529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
public function bp_profile_directories_tutorial() {
    ?>
 
    <p>
        <a class="button" href="<?php echo bp_get_admin_url(
            add_query_arg(
                array(
                    'page'    => 'bp-help',
                    'article' => '83106',
                ),
                '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.