File "Requirement_Checker_Factory.php"

Full Path: /home/siazco/grocery.siazco.se/wp-content/plugins/flexible-shipping-pro/vendor_prefixed/wpdesk/wp-basic-requirements/src/Requirement_Checker_Factory.php
File size: 369 bytes
MIME-type: text/x-php
Charset: utf-8

<?php

namespace FSProVendor;

interface WPDesk_Requirement_Checker_Factory
{
    /**
     * @param $plugin_file
     * @param $plugin_name
     * @param $text_domain
     * @param $php_version
     * @param $wp_version
     *
     * @return WPDesk_Requirement_Checker
     */
    public function create_requirement_checker($plugin_file, $plugin_name, $text_domain);
}