• Resolved leemon

    (@leemon)


    WP 6.5 introduced the feature of plugin dependencies:
    https://make.www.ads-software.com/core/2024/03/05/introducing-plugin-dependencies-in-wordpress-6-5/

    It would nice to add the new Requires Plugins prop to your plugin so it requires the WooCommerce plugin to work.

    Something like this:

    /**
     * Plugin Name: WooCommerce No Shipping Message
     * Description: Replaces "No shipping options were found", "There are no shipping options available" and "No shipping method has been selected" messages on the cart and checkout pages with the provided text.
     * Version: 2.1.9
     * Author: dangoodman
     * Author URI: https://tablerateshipping.com
     * Requires PHP: 7.1
     * Requires at least: 4.7
     * Tested up to: 6.5
     * WC requires at least: 5.0
     * WC tested up to: 8.8
     * Requires Plugins: woocommerce
     */
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.