WP_Ability_Category::get_meta
Retrieves the metadata for the ability category.
Method of the class: WP_Ability_Category{}
No Hooks.
Returns
array<string,mixed>. The metadata for the ability category.
Usage
$WP_Ability_Category = new WP_Ability_Category(); $WP_Ability_Category->get_meta(): array;
Changelog
| Since 6.9.0 | Introduced. |
WP_Ability_Category::get_meta() WP Ability Category::get meta code WP 7.1.2
public function get_meta(): array {
return $this->meta;
}