WC_Plugins_Screen_Updates::__construct() public WC 1.0
Constructor.
{} Это метод класса: WC_Plugins_Screen_Updates{}
Хуков нет.
Возвращает
Null. Ничего.
Использование
$WC_Plugins_Screen_Updates = new WC_Plugins_Screen_Updates(); $WC_Plugins_Screen_Updates->__construct();
Код WC_Plugins_Screen_Updates::__construct() WC Plugins Screen Updates:: construct WC 4.9.1
public function __construct() {
add_action( 'in_plugin_update_message-woocommerce/woocommerce.php', array( $this, 'in_plugin_update_message' ), 10, 2 );
}