Multi_Field_Element_Type_Interface::get_additional_field_slugs()

Returns the slugs for the additional fields of this type.

Description

Return

(array) Array of field slugs.

Source

File: src/db-objects/elements/element-types/multi-field-element-type-interface.php

	public function get_additional_field_slugs();

Changelog

Changelog
Version Description
1.0.0 Introduced.