ACF_Admin_Internal_Post_Type_List::get_registration_error_state
Returns the registration error state.
Метод класса: 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_registration_error_state();
Список изменений
С версии 6.1 | Введена. |
Код ACF_Admin_Internal_Post_Type_List::get_registration_error_state() ACF Admin Internal Post Type List::get registration error state ACF 6.4.2
public function get_registration_error_state() { return '<span class="acf-js-tooltip dashicons dashicons-warning" title="' . __( 'This item could not be registered because its key is in use by another item registered by another plugin or theme.', 'acf' ) . '"></span> ' . _x( 'Registration Failed', 'post status', 'acf' ); }