You appear to be a bot. Output may be restricted
Description
Check if the taxonomy exists
Usage
_oik_tax_check_taxonomy_exists( $bw_taxonomy );
Parameters
- $bw_taxonomy
- ( mixed ) required –
Returns
voidSource
File name: oik-types/admin/oik-taxonomies.phpLines:
1 to 5 of 5
function _oik_tax_check_taxonomy_exists( $bw_taxonomy ) { global $bw_taxonomies; $exists = bw_array_get( $bw_taxonomies, $bw_taxonomy, false ); return( $exists ); }View on GitHub