You appear to be a bot. Output may be restricted
Description
Return a list of taxonomies
Usage
bw_list_taxonomies();
Parameters
Returns
voidSource
File name: oik-types/admin/oik-x2t.phpLines:
1 to 4 of 4
function bw_list_taxonomies() { $taxonomies = get_taxonomies( null, 'names' ); return( $taxonomies ); }View on GitHub