bp_core_help_get_docs_link( string $slug = '', string $text = '', string $anchors = '' )

Print Docs Link

Description

Parameters

$slug

(Optional)

Default value: ''

$text

(Optional)

Default value: ''

$anchors

(Optional)

Default value: ''

Return

(mixed)

Source

File: bp-core/bp-core-help.php

function bp_core_help_get_docs_link( $slug = '', $text = '', $anchors = '' ) {
	echo bp_core_help_docs_link( $slug, $text, $anchors );
}

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.