Automattic\WooCommerce\Internal

RegisterHooksInterface{}WC 8.5.0

Interface RegisterHooksInterface

Хуков нет.

Использование

$RegisterHooksInterface = new RegisterHooksInterface();
// use class methods

Методы

  1. public register()

Список изменений

С версии 8.5.0 Введена.

Код RegisterHooksInterface{} WC 9.3.3

interface RegisterHooksInterface {

	/**
	 * Register this class instance to the appropriate hooks.
	 *
	 * @return void
	 */
	public function register();
}