acf/pre_save_json_file

acf/pre_save_json_file

Hook Type: filter

See hook in core

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

apply_filters('acf/pre_save_json_file') is found 1 times:

  • /includes/local-json.php line 164
    160
    161
    162
    163
    164
    165
    166
    167
    168
    169
    170
         * @since 6.1
         *
         * @param array $post The main ACF post array
         */
        $post = apply_filters( 'acf/pre_save_json_file', $post );
     
        return $this->save_file( $post['key'], $post );
    }
     
    /**
     * Deletes a field group JSON file.