566*567* @since 7.1.0568*569* @param WP_Ability[]$matched The matched abilities after all filtering.570* @param array$args The full$argsarray passed to wp_get_abilities().571*/572return(array)apply_filters('wp_get_abilities_result',$matched,$args);573}574575/**576* Checks whether an ability's meta array matches a set of required key/value conditions.577*578* All conditions must match(AND logic). Supports nested arrays for structured meta,
History
Introduced in 7.1.0.
Signature, return type and hooks compared across 1 parsed release.
About this page
Parsed data
Generated from the wordpress-develop 7.1.0 tag, and regenerated for each WordPress release so it tracks the code rather than a snapshot of it.
Corrections
Something wrong on this page? Report it and it gets fixed in the next regeneration.