WC_Plugins_Screen_Updates::__construct
Constructor.
Method of the class: WC_Plugins_Screen_Updates{}
No Hooks.
Returns
null. Nothing (null).
Usage
$WC_Plugins_Screen_Updates = new WC_Plugins_Screen_Updates(); $WC_Plugins_Screen_Updates->__construct();
WC_Plugins_Screen_Updates::__construct() WC Plugins Screen Updates:: construct code WC 10.8.1
public function __construct() {
add_action( 'in_plugin_update_message-woocommerce/woocommerce.php', array( $this, 'in_plugin_update_message' ), 10, 2 );
}