|
@@ -968,8 +968,10 @@ |
|
968
|
968
|
* @since 1.8.17 |
|
969
|
969
|
*/ |
|
970
|
970
|
|
|
971
|
971
|
function give_core_settings_import_callback() { |
|
972
|
+ check_ajax_referer( 'give_core_settings_import' ); |
|
973
|
+ |
|
972
|
974
|
// Bailout. |
|
973
|
975
|
if ( ! current_user_can( 'manage_give_settings' ) ) { |
|
974
|
976
|
give_die(); |
|
975
|
977
|
} |