apply_filters( 'jb_get_job_categories_args', $args ) → {array}
Filters the get_terms()
arguments when handle AJAX request for getting Job Categories.
Parameters:
Name | Type | Description |
---|---|---|
$args |
array | array of the arguments. See the list of all arguments https://developer.wordpress.org/reference/classes/wp_term_query/__construct/#parameters |
- Since:
- 1.1.0
- Source:
Returns:
get_terms()
arguments.
- Type
- array