Automattic\WooCommerce\Admin\Features
TransientNotices::preload_options()
Preload options to prime state of the application.
Method of the class: TransientNotices{}
No Hooks.
Return
Array
.
Usage
$TransientNotices = new TransientNotices(); $TransientNotices->preload_options( $options );
- $options(array) (required)
- Array of options to preload.
TransientNotices::preload_options() TransientNotices::preload options code WC 9.7.1
public function preload_options( $options ) { $options[] = self::QUEUE_OPTION; return $options; }