add_action('wp_footer', function () {
// Promeni 123 u ID stranice gde želiš asistenta
if (!is_page(2922)) {
return;
}
?>
/* If html does not have either class, do not show lazy loaded images. */
html:not( .jetpack-lazy-images-js-enabled ):not( .js ) .jetpack-lazy-image {
display: none;
}