LLMS_PlayNice::plugins_loaded()

Conditionally add hooks after the other plugin is loaded.


Description Description


Return Return

(void)


Top ↑

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' ) );
		}
	}

Top ↑

Changelog Changelog

Changelog
Version Description
3.31.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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