Automattic\WooCommerce\Admin\Features
TransientNotices::__construct()
Constructor
{} It's a method of the class: TransientNotices{}
No Hooks.
Return
null
. Nothing.
Usage
$TransientNotices = new TransientNotices(); $TransientNotices->__construct();
Code of TransientNotices::__construct() TransientNotices:: construct WC 6.6.1
public function __construct() { add_filter( 'woocommerce_admin_preload_options', array( $this, 'preload_options' ) ); }