LLMS_PlayNice::plugins_loaded()
Conditionally add hooks after the other plugin is loaded.
Description Description
Return Return
(void)
Source Source
File: includes/class.llms.playnice.php
public function plugins_loaded() { if ( function_exists( 'WC' ) ) { add_filter( 'woocommerce_is_account_page', array( $this, 'wc_is_account_page' ) ); } }
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
3.31.0 | Introduced. |