Last active
October 7, 2024 10:01
-
-
Save wbcomdev/bdc5d6fc8642fcff36a3f1204284a5cf to your computer and use it in GitHub Desktop.
Custom Tab page
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| /** | |
| * Business Single Custom Tab template file | |
| * | |
| * @package WordPress | |
| * @subpackage bp-business-profile | |
| */ | |
| if ( ! defined( 'ABSPATH' ) ) { | |
| exit; | |
| } | |
| global $bP_business_settings; | |
| $business_id = get_the_ID(); | |
| ?> | |
| <div id="bp-profile-custom-tab-content" class="tabs bp-business-settings-content"> | |
| </div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment