acf/post_type/form_data

acf/post_type/form_data

Hook Type: action

See hook in core

Displaying hooks found in version: advanced-custom-fields.6.3.1

do_action('acf/post_type/form_data') is found 1 times:

  • /includes/admin/post-types/admin-post-type.php line 203
    199
    200
    201
    202
    203
    204
    205
    206
    207
    208
    209
    * @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