ACF_Admin_Internal_Post_Type_List::get_action_notice_text
Gets the translated action notice text for list table actions (activate, deactivate, sync, etc.).
Метод класса: ACF_Admin_Internal_Post_Type_List{}
Хуков нет.
Возвращает
Строку
.
Использование
$ACF_Admin_Internal_Post_Type_List = new ACF_Admin_Internal_Post_Type_List(); $ACF_Admin_Internal_Post_Type_List->get_action_notice_text( $action, $count );
- $action(строка) (обязательный)
- The action being performed.
- $count(int)
- The number of items the action was performed on.
По умолчанию: 1
Список изменений
С версии 6.1 | Введена. |
Код ACF_Admin_Internal_Post_Type_List::get_action_notice_text() ACF Admin Internal Post Type List::get action notice text ACF 6.4.2
public function get_action_notice_text( $action, $count = 1 ) { return ''; }