API_Action::get_element_map_fields()

Returns the API fields that an element can map to.

Description

See also

Return

(array) Associative array of <code>$field_slug => $field_args</code> pairs.

Source

File: src/modules/actions/api-action.php

	protected abstract function get_element_map_fields();

Changelog

Changelog
Version Description
1.0.0 Introduced.