WC_Helper_Plugin_Info::load()public staticWC 1.0

Loads the class, runs on init.

Method of the class: WC_Helper_Plugin_Info{}

No Hooks.

Return

null. Nothing (null).

Usage

$result = WC_Helper_Plugin_Info::load();

WC_Helper_Plugin_Info::load() code WC 8.7.0

public static function load() {
	add_filter( 'plugins_api', array( __CLASS__, 'plugins_api' ), 20, 3 );
	add_filter( 'themes_api', array( __CLASS__, 'themes_api' ), 20, 3 );
}