Untitled
unknown
php
2 years ago
202 B
2
Indexable
<?php function hook_javascript() { if(is_page(160)): ?> <script> alert('Page is loading...'); </script> <?php endif; } add_action('wp_head', 'hook_javascript');
Editor is loading...
<?php function hook_javascript() { if(is_page(160)): ?> <script> alert('Page is loading...'); </script> <?php endif; } add_action('wp_head', 'hook_javascript');