Files
profile/footer-scripts-disclaimers.php
Andrey Kuvshinov 8fc8cbae32 add files
2025-07-09 21:21:17 +03:00

41 lines
2.0 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php if(get_post_primary_category_id(get_queried_object_id()) == 3358 || has_tag(17542, get_queried_object_id()) || has_tag(52905, get_queried_object_id())): ?>
var attention = JSON.parse('<?php echo json_encode(array("Информация носит ознакомительный характер, необходимо проконсультироваться со специалистом/врачом"))?>');
jQuery('.micromarking').prepend(
jQuery('<p>')
.addClass('attention')
.append(
jQuery('<li>')
.html(
attention[0]
)
)
);
<?php endif; ?>
<?php if( has_tag(102535, get_queried_object_id()) ): ?>
var attention = JSON.parse('<?php echo json_encode(array("Предупреждение об ограничении ответственности: Все приведенные прогнозы носят оценочный характер, прогнозируемая доходность не гарантирует действительной доходности в процессе вашей инвестиционной деятельности. Любые решения, основанные на опубликованной информации, вы принимаете на свой риск."))?>');
jQuery('.micromarking').prepend(
jQuery('<p>')
.addClass('attention')
.append(
jQuery('<li>')
.html(
attention[0]
)
)
);
<?php endif; ?>
<?php if( has_tag(8023, get_queried_object_id()) ): ?>
var attention = JSON.parse('<?php echo json_encode(array("18+<br/><br/>Чрезмерное употребление алкоголя вредит вашему здоровью"))?>');
jQuery('.micromarking').prepend(
jQuery('<p>')
.addClass('attention')
.append(
jQuery('<li>')
.html(
attention[0]
)
)
);
<?php endif; ?>