Module::get_meta_fields()

Returns the available meta box fields for the module.

Description

See also

Return

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

Source

File: src/modules/module.php

	protected abstract function get_meta_fields();

Changelog

Changelog
Version Description
1.0.0 Introduced.