diff -r 490d5cc509ed -r cf61fcea0001 wp/wp-content/plugins/option-tree/assets/js/ot-admin.js --- a/wp/wp-content/plugins/option-tree/assets/js/ot-admin.js Tue Jun 09 11:14:17 2015 +0000 +++ b/wp/wp-content/plugins/option-tree/assets/js/ot-admin.js Mon Oct 14 17:39:30 2019 +0200 @@ -241,7 +241,8 @@ post_id: post_id, get_option: get_option, settings: settings, - type: type + type: type, + nonce: option_tree.nonce }, complete: function( data ) { if ( type == 'choice' || type == 'list_item_setting' ) {