Last active
August 29, 2020 04:24
-
-
Save Kishorchandth/77129fb8fe7acef94878b02684484742 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* 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