Automattic\WooCommerce\Admin\Features
Onboarding::get_themes()
Deprecated from version 6.3.0. It is no longer supported and can be removed in future releases. It is recommended to replace this function with the same one.
Get a list of themes for the onboarding wizard.
Method of the class: Onboarding{}
No Hooks.
Returns
Array
.
Usage
$result = Onboarding::get_themes();
Changelog
Deprecated since | 6.3.0 |
Onboarding::get_themes() Onboarding::get themes code WC 9.8.5
public static function get_themes() { wc_deprecated_function( 'get_themes', '6.3' ); return array(); }