Automattic\WooCommerce\Internal
RegisterHooksInterface{}
Interface RegisterHooksInterface
Хуков нет.
Использование
$RegisterHooksInterface = new RegisterHooksInterface(); // use class methods
Методы
- public register()
Список изменений
С версии 8.5.0 | Введена. |
Код RegisterHooksInterface{} RegisterHooksInterface{} WC 9.3.3
interface RegisterHooksInterface { /** * Register this class instance to the appropriate hooks. * * @return void */ public function register(); }