get_taxonomies()
Function: Retrieves a list of registered taxonomy names or objects.
Source: wp-includes/taxonomy.php:296
Function: Retrieves a list of registered taxonomy names or objects.
Source: wp-includes/taxonomy.php:296
Function: Returns the names or objects of the taxonomies which are registered for the requested object or object type, such as a post object or post type name.
Source: wp-includes/taxonomy.php:325
Function: Retrieves the taxonomy object of $taxonomy.
Source: wp-includes/taxonomy.php:364
Function: Determines whether the taxonomy name exists.
Source: wp-includes/taxonomy.php:390
Function: Restores a post to the specified revision.
Source: wp-includes/revision.php:418
Function: Deletes a revision.
Source: wp-includes/revision.php:474
Function: Determines which fields of posts are to be saved in revisions.
Source: wp-includes/revision.php:22
Function: Returns a post array ready to be inserted into the posts table as a post revision.
Source: wp-includes/revision.php:75
Function: Creates a revision for the current version of a post.
Source: wp-includes/revision.php:109
Function: Retrieves the autosaved data of the specified post.
Source: wp-includes/revision.php:251