layers_get_standard_wp_taxonomies
The Layers layers get standard wp taxonomies function.
Description
layers_get_standard_wp_taxonomies();
Usage
if ( !function_exists( 'layers_get_standard_wp_taxonomies' ) ) { require_once '/core/helpers/template.php'; } // NOTICE! Understand what this does before running. $result = layers_get_standard_wp_taxonomies();
Defined (1)
The function is defined in the following location(s).
- /core/helpers/template.php
- function layers_get_standard_wp_taxonomies() {
- return array( 'category', 'nav_menu', 'category', 'link_category', 'post_format' );
- }