Skip to content

Instantly share code, notes, and snippets.

@setuix
Created June 16, 2014 08:29
Show Gist options
  • Save setuix/cc2426bacb8d9f9d447f to your computer and use it in GitHub Desktop.
Save setuix/cc2426bacb8d9f9d447f to your computer and use it in GitHub Desktop.
function adsense() {
return ‘
<!– Start Here –>
Paste Your Adsense Code Here
<!– End Here –>
‘;
}
add_shortcode(‘adsense’, ‘adsense′);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment