WC_Helper_Compat::load()

Loads the class, runs on init.


Description Description


Source Source

File: includes/admin/helper/class-wc-helper-compat.php

	public static function load() {
		add_action( 'woocommerce_helper_loaded', array( __CLASS__, 'helper_loaded' ) );
	}

Top ↑

User Contributed Notes User Contributed Notes

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