• Please make the following change to your code, which is throwing PHP warnings.

    File: azurecurve-shortcodes-in-widgets.php
    Line 36

    Please change this:
    if (!function_exists(azc_create_plugin_menu)){

    to this:
    if (!function_exists(‘azc_create_plugin_menu’)){

    Thanks

  • The topic ‘PHP Warning’ is closed to new replies.