Retrieve all taxonomies of a post with just the names.
1615
Continue readingReturn all of the taxonomy names that are of $object_type.It appears that this function can be used to find all of the names inside of $wp_taxonomies global variable.
1510
Continue readingRetrieve object_ids of valid taxonomy and term.The strings of $taxonomies must exist before this function will continue. On failure of finding a valid taxonomy, it will return an WP_Error class, kind of like Exceptions in PHP 5, except you can’t catch them. Even so, you can still test for the WP_Error class and get the error message.
1508
Continue reading