yandex.ru
http://yandex.ru
<a href="//<?php the_field('instagram', 'option'); ?>" target="_blank" class="ico-social"><i class="fab fa-instagram"></i></a>
fancyBox is licensed under the GPLv3 license for all open source applications.
A commercial license is required for all commercial applications (including sites, themes and apps you plan to sell).
<script type="text/javascript">
$('document').ready(function() {
$("td").click(function (){
var selectId= document.getElementsByName('table_id').value
alert('already clicked '+selectId);});
$(this).closest("tr").remove();
});
</script>
<?php
echo 'тут выведем ссылку на вспл. окно';
//сгенерируем всплывающее окно и приклеим в футер
add_action('wp_footer', 'footer_modal01');
if(!function_exists('footer_modal01')):
function footer_modal01(){
//тут всплывающее окно html которого должен отправиться в футер
}
endif;
?>
<?php
echo apply_filters( 'the_content', get_the_content($ID) );
?>