acf/trash_field

acf/trash_field

Hook Type: action

See hook in core

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

do_action('acf/trash_field') is found 1 times:

  • /includes/acf-field-functions.php line 1203
    1199
    1200
    1201
    1202
    1203
    1204
    1205
    1206
    1207
    1208
    1209
         * @since   5.0.0
         *
         * @param   array $field The field array.
         */
        do_action( 'acf/trash_field', $field );
     
        // Return true.
        return true;
    }
     
    /**