RestroPress

⌘K
  1. Home
  2. Docs
  3. RestroPress
  4. Developer Docs
  5. Filters
  6. rpress_get_categories

rpress_get_categories

The rpress_get_categories filter is applied to use the Get the list of categories. It receives one parameter.
$term_args ->is an array containing category.

apply_filters( ‘rpress_get_categories’, $term_args );

How can we help?