• Country codes are not showing now.
    https://prnt.sc/oPqSFmJtnYE
    I think it is due to some bug or issue in your plugin.
    Warning: Undefined variable $initialCountry in?wp-content\plugins\international-telephone-input-with-flags-and-dial-codes\index.php?on line?139.
    so, please fix this ASAP

Viewing 1 replies (of 1 total)
  • Thread Starter Muhammad Usama Ghouri

    (@ghouri80)

    I found out why this issue was happening, which means why it shows this warning
    Warning: Undefined variable $initialCountry in wp-content\plugins\international-telephone-input-with-flags-and-dial-codes\index.php on line 139.
    and when I tested on another site then showed no error and worked fine.
    I found it is due to not disabling the debugging mode in the wp-config.php file.
    define(‘WP_DEBUG’, false);
    So when I disabled the debugging mode then no warning or notice showed and the issue was resolved.

Viewing 1 replies (of 1 total)
  • The topic ‘Country codes are not showing now .’ is closed to new replies.