bp_core_admin_help_get_file_title( $file_path )
Get the title from the .md file
Description
Return
(string)
Source
File: bp-core/admin/bp-core-admin-help.php
171 172 173 | function bp_core_admin_help_get_file_title( $file_path ) { return substr ( fgets ( fopen ( $file_path , 'r' ) ), 1 ); } |
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.