Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- function print_my_inline_script_custom() {
- echo '<script type="text/javascript">
- // Document ready
- jQuery(document).ready(function(){
- alert("call");
- });
- </script>';
- }
- add_action( 'wp_footer', 'print_my_inline_script_custom' );
Add Comment
Please, Sign In to add comment