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:
parent
9f52463206
commit
66d8f82d2e
|
@ -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 = '' ) {
|
||||
|
|
Loading…
Reference in New Issue