WC_Helper_Compat::plugin_deactivation_notice()
Display admin notice directing the user where to go.
Contents
Description Description
Source Source
File: includes/admin/helper/class-wc-helper-compat.php
public static function plugin_deactivation_notice() { ?> <div id="message" class="error is-dismissible"> <p><?php printf( __( 'The WooCommerce Helper plugin is no longer needed. <a href="%s">Manage subscriptions</a> from the extensions tab instead.', 'woocommerce' ), esc_url( admin_url( 'admin.php?page=wc-addons§ion=helper' ) ) ); ?></p> </div> <?php }