acf/post_type/form_data
acf/post_type/form_data
Appears in: advanced-custom-fields.6.3.1
Hook Type: action
Displaying hooks found in version: advanced-custom-fields.6.3.1do_action('acf/post_type/form_data') is found 1 times:
- /includes/admin/post-types/admin-post-type.php line 203199200201202203204205206207208209
* @param
array
$args
Arguments
array
to pass through to action.
* @
return
void
*/
public
function
form_data(
$args
) {
do_action(
'acf/post_type/form_data'
,
$args
);
}
/**
* This
function
will append extra l10n strings to the acf JS object
*
* @since 5.3.8