mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-07-02 00:00:15 +00:00
Docs: Reference get_terms() for arguments available in get_categories().
See #32246. git-svn-id: https://develop.svn.wordpress.org/trunk@36475 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -15,9 +15,9 @@
|
||||
*
|
||||
* @since 2.1.0
|
||||
* @see get_terms() Type of arguments that can be changed.
|
||||
* @link https://codex.wordpress.org/Function_Reference/get_categories
|
||||
*
|
||||
* @param string|array $args Optional. Change the defaults retrieving categories.
|
||||
* @param string|array $args Optional. Arguments to retrieve categories. See {@see get_terms()} for available arguments.
|
||||
* Default empty.
|
||||
* @return array List of categories.
|
||||
*/
|
||||
function get_categories( $args = '' ) {
|
||||
|
||||
Reference in New Issue
Block a user