Skip to content

Instantly share code, notes, and snippets.

@wbcomdev
Last active October 7, 2024 10:01
Show Gist options
  • Select an option

  • Save wbcomdev/bdc5d6fc8642fcff36a3f1204284a5cf to your computer and use it in GitHub Desktop.

Select an option

Save wbcomdev/bdc5d6fc8642fcff36a3f1204284a5cf to your computer and use it in GitHub Desktop.
Custom Tab page
<?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