ACF_Admin_Tool::submitpublicACF 5.6.3

submit

This function will run when the tool's form has been submit

Method of the class: ACF_Admin_Tool{}

No Hooks.

Returns

null. Nothing (null).

Usage

$ACF_Admin_Tool = new ACF_Admin_Tool();
$ACF_Admin_Tool->submit();

Changelog

Since 5.6.3 Introduced.

ACF_Admin_Tool::submit() code ACF 6.8.8

function submit() {
}