Administrator Use only
This page is intended for Administrator Use Only. The tools and utilities have been included to aid development and error handling along with maintenance tasks.
Taxonomies
The shortcode creates an array ready to insert into PHP Code.
e.g. [get_taxonomy_ids taxonomy = "countries"]
Here are the results:
=array(77=>'Andorra',165=>'Argentina',166=>'Australia',78=>'Austria',167=>'Bosnia and Herzegovina',79=>'Bulgaria',80=>'Canada',168=>'Chile',81=>'Czech Republic',82=>'Finland',83=>'France',169=>'Georgia',84=>'Germany',170=>'Great Britain',171=>'Greece',85=>'Italy',86=>'Japan',172=>'Lesotho',173=>'Liechtenstein',174=>'New Zealand',87=>'Norway',175=>'Poland',176=>'Romainia',88=>'Russia',178=>'Serbia',179=>'Slovakia',89=>'Slovenia',180=>'South Africa',90=>'Spain',91=>'Sweden',92=>'Switzerland',181=>'Ukraine',93=>'United States',182=>'USA',);For information here is a list of registered taxonomies
Array ( [category] => category [post_tag] => post_tag [nav_menu] => nav_menu [link_category] => link_category [post_format] => post_format [wp_theme] => wp_theme [wp_template_part_area] => wp_template_part_area [wpcode_type] => wpcode_type [wpcode_location] => wpcode_location [wpcode_tags] => wpcode_tags [countries] => countries [frm_tag] => frm_tag [product_type] => product_type [product_visibility] => product_visibility [product_cat] => product_cat [product_tag] => product_tag [product_shipping_class] => product_shipping_class [translation_priority] => translation_priority [faq_category] => faq_category [frm_application] => frm_application )