Automattic\WooCommerce\Admin\Notes
DeactivatePlugin::delete_note() public WC 1.0
Delete the note if the version is higher than the included.
{} Это метод класса: DeactivatePlugin{}
Хуков нет.
Возвращает
Null. Ничего.
Использование
$result = DeactivatePlugin::delete_note();
Код DeactivatePlugin::delete_note() DeactivatePlugin::delete note WC 5.0.0
public static function delete_note() {
Notes::delete_notes_with_name( self::NOTE_NAME );
}