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.


Top ↑

Return Return

(array[])


Top ↑

Source Source

File: includes/class.llms.playnice.php

91
92
93
94
95
96
97
98
99
    // 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.
 *

Top ↑

Changelog Changelog

Changelog
Version Description
3.37.18 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.