Skip to content

Instantly share code, notes, and snippets.

@peterhynes
Created December 28, 2016 20:19
Show Gist options
  • Save peterhynes/3f91130faebdbc2fbd1a5e28b1570ffd to your computer and use it in GitHub Desktop.
Save peterhynes/3f91130faebdbc2fbd1a5e28b1570ffd to your computer and use it in GitHub Desktop.
Add adsense ads to beaver builder post
//Add adsense to top of post
function my_post_top_meta_close() {
echo '<div> &nbsp; </div>';
echo '<div> Add adsense script here</div>';
}
add_action( 'fl_post_top_meta_close', 'my_post_top_meta_close' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment