• dangerdanj

    (@dangerdanj)


    In the map preview, I don’t see the map, just this warning listed multiple times:

    Warning: Undefined variable $marker in /home/XXXXX/public_html/wp-content/plugins/locateandfilter/public/class-locate-and-filter-public.php on line 1112

Viewing 1 replies (of 1 total)
  • Plugin Author dgamoni

    (@dgamoni)

    The warnings are being displayed because PHP debugging is enabled on the site.

    To hide warnings from being shown on the screen, please make sure the following settings are present in your wp-config.php file:

    define('WP_DEBUG', true);
    define('WP_DEBUG_LOG', true);
    define('WP_DEBUG_DISPLAY', false);
    @ini_set('display_errors', 0);
Viewing 1 replies (of 1 total)

You must be logged in to reply to this topic.