function investnet_custom_javascript() {
?>
<script>
jQuery(document).ready(function() {
//Twój kod
})
</script>
<?php
}
add_action('wp_head', 'investnet_custom_javascript');
function investnet_custom_javascript() {
?>
<script>
jQuery(document).ready(function() {
//Twój kod
})
</script>
<?php
}
add_action('wp_head', 'investnet_custom_javascript');