Created
October 25, 2017 06:08
-
-
Save muzahedul03/c5b0aab190ce5686112d64b064b3c111 to your computer and use it in GitHub Desktop.
My Google AdSense Placement Plugin Function
This file contains hidden or 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
function my_google_adsense_placement_function(){ | |
$output='Your AdSense Code Here'; | |
echo $output; | |
} | |
add_action('wp_head','my_google_adsense_placement_function'); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment