WC_Helper_Plugin_Info::load()

Loads the class, runs on init.


Description Description


Source Source

File: includes/admin/helper/class-wc-helper-plugin-info.php

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

Top ↑

User Contributed Notes User Contributed Notes

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