woocommerce_register_feature_definitions
woocommerce_register_feature_definitions
Appears in: woocommerce.10.0.4, woocommerce.10.1.2, woocommerce.10.2.2, woocommerce.10.3.4, woocommerce.10.3.5, woocommerce.8.3.1, woocommerce.8.4.0, woocommerce.8.5.1, woocommerce.8.5.2, woocommerce.8.6.0, woocommerce.8.6.1, woocommerce.8.7.0, woocommerce.8.8.3, woocommerce.8.9.2, woocommerce.8.9.3, woocommerce.9.0.2, woocommerce.9.1.2, woocommerce.9.1.4, woocommerce.9.2.2, woocommerce.9.2.3, woocommerce.9.3.1, woocommerce.9.3.3, woocommerce.9.4.2, woocommerce.9.4.3, woocommerce.9.5.1, woocommerce.9.5.2, woocommerce.9.7.0, woocommerce.9.7.1, woocommerce.9.8.1, woocommerce.9.9.3, woocommerce.9.9.5
Hook Type: action
See hook in action
Displaying hooks found in version: woocommerce.9.9.5do_action('woocommerce_register_feature_definitions') is found 1 times:
- /src/Internal/Features/FeaturesController.php line 499
* @param FeaturesController $features_controller The instance of FeaturesController. * * @deprecated 9.9.0 Features should be defined directly in get_feature_definitions. */ do_action( 'woocommerce_register_feature_definitions', $this ); $this->init_compatibility_info_by_feature(); $this->registered_additional_features_via_action = true; }