Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save davekuhar/9d55995aef19f1106877ef5ff30cf8a7 to your computer and use it in GitHub Desktop.

Select an option

Save davekuhar/9d55995aef19f1106877ef5ff30cf8a7 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