bp_core_help_docs_link( string $slug = '', string $text = '', string $anchors = '' )
Anchor tag help doc 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_docs_link( $slug = '', $text = '', $anchors = '' ) { $attr = array( 'slug' => $slug, 'text' => $text, 'anchors' => $anchors, ); return bp_core_help_bp_docs_link( $attr );
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.