Guest User

Untitled

a guest
Jan 13th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. function print_my_inline_script_custom() {
  2. echo '<script type="text/javascript">
  3. // Document ready
  4. jQuery(document).ready(function(){
  5. alert("call");
  6. });
  7. </script>';
  8. }
  9.  
  10. add_action( 'wp_footer', 'print_my_inline_script_custom' );
Add Comment
Please, Sign In to add comment