Returns the available meta fields for the submodule.
Description
See also
Return
(array) Associative array of <code>$field_slug => $field_args</code> pairs.
Source
File: src/modules/actions/api-action.php
public function get_meta_fields() { return array_merge( parent::get_meta_fields(), $this->get_meta_map_fields() ); }
Changelog
Version | Description |
---|---|
1.0.0 | Introduced. |