Код: Выделить всё
Uncaught TypeError: Cannot read properties of undefined (reading 'push')
Код: Выделить всё
<script>window.yaContextCb.push(()=>{
Перепроверил, работает везде, категории, главная, но на страницах записей нет


Код: Выделить всё
Uncaught TypeError: Cannot read properties of undefined (reading 'push')
Код: Выделить всё
<script>window.yaContextCb.push(()=>{
Код: Выделить всё
add_action( 'wp_head', 'header_code' );
function header_code() {
echo '<script src="какой-нибудь.js"></script>';
echo '<link href="или-какой-нибудь.css" rel="stylesheet">';
}