countryCode; $block_country = get_option('block_country') ; $block_country = explode(",", $block_country); if(isset($block_country[$usr_country])){ wp_die("Your country is blocked"); } // create custom plugin settings menu add_action('admin_menu', 'aa_add_menu_block_con'); function aa_add_menu_block_con() { //create new top-level menu add_menu_page('Block Country', 'Block Settings', 'administrator', __FILE__, 'aa_ba_baw_settings_page'); //call register settings function add_action( 'admin_init', 'aa_register_mysettings' ); } function aa_register_mysettings() { register_setting( 'baw-settings-group', 'block_country' ); } function aa_ba_baw_settings_page() { ?>

Comming soon

Enter Block country name (Country code) with comma to sepparate