Description
Return an array of theme typesThis is used as a select field. The alternative is to use a custom category
Usage
$array = bw_theme_types();Parameters
Returns
array values for different theme typesSource
File name: oik-themes/oik-themes.phpLines:
1 to 14 of 14
function bw_theme_types() { $theme_types = array( 0 => "None" , 1 => "WordPress theme" , 2 => "FREE oik theme" , 3 => "Premium oik theme" , 4 => "Other premium theme" , 5 => "Bespoke" , 6 => "WordPress and FREE theme" , 7 => "Other theme" , 8 => "Full Site Editing (FSE) WordPress theme" , 9 => "Full Site Editing (FSE) theme" ); return( $theme_types ); }View on GitHub
Invoked by
Calls
Call hooks
API Letters:
