wpseek.com
A WordPress-centric search engine for devs and theme authors



wp_get_abilities_result › WordPress Filter Hooks

Since7.1.0
Deprecatedn/a
apply_filters( 'wp_get_abilities_result', $matched, $args )
Parameters: (2)
  • () matched The matched abilities after all filtering.
    Required: Yes
  • () args The full $args array passed to wp_get_abilities().
    Required: Yes
Defined at:
Codex:

Filters the full list of matched abilities after all per-item filtering is complete.

Fires after the caller-scoped result_callback. Plugins can use this to sort, paginate, or reshape the final result set universally.




Source

return (array) apply_filters( 'wp_get_abilities_result', $matched, $args );