Warning: This function has been deprecated.

wc_get_core_supported_themes()

WooCommerce Core Supported Themes.


Description Description


Return Return

(string[])


Top ↑

Source Source

File: includes/wc-deprecated-functions.php

function wc_get_core_supported_themes() {
	wc_deprecated_function( 'wc_get_core_supported_themes()', '3.3' );
	return array( 'twentyseventeen', 'twentysixteen', 'twentyfifteen', 'twentyfourteen', 'twentythirteen', 'twentyeleven', 'twentytwelve', 'twentyten' );
}

Top ↑

Changelog Changelog

Changelog
Version Description
3.3.0 This function has been deprecated.
2.2 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.