BP_LearnDash_Admin_Integration_Tab::bp_profiles_tutorial_my_courses()

My Courses Tab View Tutorial button.

Description

Source

File: bp-integrations/learndash/bp-admin-learndash-tab.php

473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
public function bp_profiles_tutorial_my_courses() {
    ?>
 
    <p>
        <a class="button" href="<?php echo bp_get_admin_url(
            add_query_arg(
                array(
                    'page'    => 'bp-help',
                    'article' => 83110,
                ),
                'admin.php'
            )
        ); ?>"><?php _e( 'View Tutorial', 'buddyboss' ); ?></a>
    </p>
 
    <?php
}

Changelog

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