Skip to content

Instantly share code, notes, and snippets.

@muzahedul03
Created October 25, 2017 06:08
Show Gist options
  • Save muzahedul03/c5b0aab190ce5686112d64b064b3c111 to your computer and use it in GitHub Desktop.
Save muzahedul03/c5b0aab190ce5686112d64b064b3c111 to your computer and use it in GitHub Desktop.
My Google AdSense Placement Plugin Function
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