Created
December 28, 2016 20:19
-
-
Save peterhynes/3f91130faebdbc2fbd1a5e28b1570ffd to your computer and use it in GitHub Desktop.
Add adsense ads to beaver builder post
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
//Add adsense to top of post | |
function my_post_top_meta_close() { | |
echo '<div> </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