WC_Email_Customer_Note::get_default_heading()
Get email heading.
Метод класса: WC_Email_Customer_Note{}
Хуков нет.
Возвращает
Строку
.
Использование
$WC_Email_Customer_Note = new WC_Email_Customer_Note(); $WC_Email_Customer_Note->get_default_heading();
Список изменений
С версии 3.1.0 | Введена. |
Код WC_Email_Customer_Note::get_default_heading() WC Email Customer Note::get default heading WC 9.7.1
public function get_default_heading() { return __( 'A note has been added to your order', 'woocommerce' ); }