bp_document_uploading_tutorial()

Link to Document Uploading tutorial

Description

Source

File: bp-media/bp-media-settings.php

571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
function bp_document_uploading_tutorial() {
    ?>
 
    <p>
        <a class="button" href="
        <?php
        echo bp_get_admin_url(
            add_query_arg(
                array(
                    'page'    => 'bp-help',
                    'article' => 87466,
                ),
                'admin.php'
            )
        );
        ?>
        "><?php _e( 'View Tutorial', 'buddyboss' ); ?></a>
    </p>
 
    <?php
}

Changelog

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