WC_Plugins_Screen_Updates::__construct()publicWC 1.0

Constructor.

Method of the class: WC_Plugins_Screen_Updates{}

No Hooks.

Return

null. Nothing (null).

Usage

$WC_Plugins_Screen_Updates = new WC_Plugins_Screen_Updates();
$WC_Plugins_Screen_Updates->__construct();

WC_Plugins_Screen_Updates::__construct() code WC 8.7.0

public function __construct() {
	add_action( 'in_plugin_update_message-woocommerce/woocommerce.php', array( $this, 'in_plugin_update_message' ), 10, 2 );
}