LLMS_PlayNice::divi_fb_wc_product_tabs_after( array[] $tabs )
After Divi processes WC metabox tabs restore our global variables (just in case).
Parameters Parameters
- $tabs
-
(array[]) (Required) Array of WC product metabox tabs.
Return Return
(array[])
Source Source
File: includes/class.llms.playnice.php
// Do not add our profile nav items when not in front-end (and not in "my profile"), to avoid a fatal error. $bp_integration = llms()->integrations()->get_integration( 'buddypress' ); remove_action( 'bp_setup_nav', array( $bp_integration, 'add_profile_nav_items' ) ); } /** * Conditionally add hooks after the other plugin is loaded. *
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
3.37.18 | Introduced. |