"; printf( __( "It looks like the developer version of the Autopay plug-in is installed instead of the production release. Remove this plugin and install it from this URL: %s", "bm-woocommerce" ), 'https://wordpress.org/plugins/platnosci-online-blue-media/' ); echo "

"; } ); return false; } if ( \PHP_VERSION_ID < 70200 ) { add_action( 'plugins_loaded', function () use ( $basename ) { load_plugin_textdomain( 'bm-woocommerce', \false, $basename . "/lang" ); } ); \add_action( 'admin_notices', function () { echo "

Autopay: "; _e( "PHP version is older than 7.2 so this plugin will not work. Please contact your host and ask them to upgrade.", "bm-woocommerce" ); echo "

"; } ); return false; } return true; }