Forked from peterhynes/Add adsense ads to beaver builder post
Created
January 25, 2019 20:45
-
-
Save davekuhar/9d55995aef19f1106877ef5ff30cf8a7 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