Summery Summery
Retrieve all taxonomy names for the given post.
Syntax Syntax
Parameters Parameters
- $post
-
(Optional) Post ID or WP_Post object. Default is global $post.
Return Return
(string[]) An array of all taxonomy names for the given post.
Source Source
File: wp-includes/taxonomy.php
/** * Filters the term link. * * @since 2.5.0
Advertisement
Changelog Changelog
Version | Description |
---|---|
2.5.0 | Introduced. |