WP_Ability::get_metapublicWP 6.9.0

Retrieves the metadata for the ability.

Method of the class: WP_Ability{}

No Hooks.

Returns

Array. mixed> The metadata for the ability.

Usage

$WP_Ability = new WP_Ability();
$WP_Ability->get_meta(): array;

Changelog

Since 6.9.0 Introduced.

WP_Ability::get_meta() code WP 6.9.1

public function get_meta(): array {
	return $this->meta;
}