Skip to content

Instantly share code, notes, and snippets.

@Kishorchandth
Last active August 29, 2020 04:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Kishorchandth/77129fb8fe7acef94878b02684484742 to your computer and use it in GitHub Desktop.
Save Kishorchandth/77129fb8fe7acef94878b02684484742 to your computer and use it in GitHub Desktop.
/**
* This PHP will load on every page and post
*/
function add_this() {
?>
/**
* Follow this step:
* #1 - visit the link -http://prntscr.com/u7ukyw
* #2 - Add this src - http://prntscr.com/u7ul9j
*/
<script type="text/javascript" defer src="//s7.addthis.com/js/300/addthis_widget.js#pubid=ra-5f48848b8840c49e"></script>
<?php
}
add_action( 'wp_footer', 'add_this', 100 );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment