PluginProbe
GiveWP – Donation Plugin and Fundraising Platform / 4.16.9
GiveWP – Donation Plugin and Fundraising Platform v4.16.9
4.16.9 4.16.8.1 4.16.8 4.16.7.2 4.16.7.1 4.16.7 4.16.6.1 4.16.6 4.16.5.1 4.16.5 4.16.4 4.16.3 4.16.2 4.16.1 4.16.0 4.15.5 4.15.4 4.15.3 4.15.2 4.15.1 4.15.0 2.3.0 2.3.1 2.3.2 2.30.0 All 255 releases
← All changes | includes/admin/admin-actions.php +2 -0 4.16.04.16.9 View file →
@@ -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 }