wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



wp_get_abilities_result › WordPress Filter Hooks

Seit7.1.0
Veraltetn/v
apply_filters( 'wp_get_abilities_result', $matched, $args )
Parameter: (2)
  • () matched The matched abilities after all filtering.
    Erforderlich: Ja
  • () args The full $args array passed to wp_get_abilities().
    Erforderlich: Ja
Definiert in:
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.




Quellcode

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