Guest User

Untitled

a guest
Nov 16th, 2018
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. // footer custom script
  2. function spicepress_custom_code_script()
  3. {
  4. ?>
  5. <script>
  6. jQuery(document).ready(function ( jQuery ) {
  7. jQuery('.mobile-header .navbar-header .navbar-toggle').before("<a href='http://localhost/wordpress4.9.8/' class='navbar-brand' rel='home' itemprop='url'><img width='189' height='48' src='http://localhost/wordpress4.9.8/wp-content/uploads/2018/11/logo-4.png' class='custom-logo' alt='wordpress' itemprop='logo'></a>");
  8. });
  9. </script>
  10. <?php
  11. }
  12. add_action('wp_footer','spicepress_custom_code_script');
Add Comment
Please, Sign In to add comment