BP_LearnDash_Admin_Integration_Tab::bp_tutorial_learndash_group_sync()

LearnDash Group Sync View Tutorial button.

Description

Source

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

379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
public function bp_tutorial_learndash_group_sync() {
    ?>
 
    <p>
        <a class="button" href="<?php echo bp_get_admin_url(
            add_query_arg(
                array(
                    'page'    => 'bp-help',
                    'article' => 62877,
                ),
                'admin.php'
            )
        ); ?>"><?php _e( 'View Tutorial', 'buddyboss' ); ?></a>
    </p>
 
    <?php
}

Changelog

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