• Resolved YaronE

    (@yaron_elh)


    What’s the minimum/maximum PHP version supported?
    – It’s not listed in the details of the plugin

Viewing 1 replies (of 1 total)
  • Plugin Support qtwrk

    (@qtwrk)

    		if (version_compare(PHP_VERSION, '5.3.0', '<')) {
    return;
    }

    //Check minimum WP requirements, which is 4.9 at the moment.
    if (version_compare($GLOBALS['wp_version'], '4.9', '<')) {
    return;
    }

    as of today with v.6.5.1 , this is the minimal php , I don’t think there is a max php limit though …

Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.