B
Size: a a a
B
С
P
AB
АП
MK
С
АП
AB
add_action('wp_enqueue_scripts', function () {
wp_enqueue_script(
'ea_admin_functions',
get_stylesheet_directory_uri() . '/js/ea_admin_functions.js',
array('ea_functions'),
null,
true
);
wp_set_script_translations('ea_admin_functions', 'earena_js');
});
в скрипте создаю объект const {, _x, _n, _nx } = wp.i18n;
и оборачиваю строку в функцию $('#addPlayer .status-ap').html(__('ОШИБКА! Пользователь не найден.','earena_js'));С
KL
KL
АК
С
A
KD
MM
Warning: Error while sending QUERY packet
Как можно решить, выполняется скрипт через CronAB