RestroPress

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

rp_addon_category

The rp_addon_category filter is applied to the get the addon category of child add on by using get term function in RestroPress. It receives one parameters:

$child_addons = get_terms( apply_filters( ‘rp_addon_category’, $addon_category_args ) );

How can we help?