WC_Plugins_Screen_Updates::__construct()
Constructor.
Method of the class: WC_Plugins_Screen_Updates{}
No Hooks.
Return
null
. Nothing.
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 7.5.1
public function __construct() { add_action( 'in_plugin_update_message-woocommerce/woocommerce.php', array( $this, 'in_plugin_update_message' ), 10, 2 ); }