Automattic\WooCommerce\Admin\RemoteInboxNotifications\Transformers
DotNotation{}
Deprecated from version 8.8.0. It is no longer supported and can be removed in future releases. It is recommended to replace this function with the same one.
Find an array value by dot notation.
No Hooks.
Usage
$DotNotation = new DotNotation(); // use class methods
Methods
- ERROR: no method name found on line ``
- ERROR: no method name found on line `protected static $deprecated_in_version = '8.8.0';`
- ERROR: no method name found on line ``
Notes
- Package: Automattic\WooCommerce\Admin\RemoteInboxNotifications\Transformers
Changelog
Deprecated since | 8.8.0 |
DotNotation{} DotNotation{} code WC 9.3.3
class DotNotation extends DeprecatedClassFacade { /** * The name of the non-deprecated class that this facade covers. * * @var string */ protected static $facade_over_classname = 'Automattic\WooCommerce\Admin\RemoteSpecs\RuleProcessors\Transformers\ArrayColumn'; /** * The version that this class was deprecated in. * * @var string */ protected static $deprecated_in_version = '8.8.0'; }