Last active
March 22, 2019 20:31
-
-
Save booskills/90d3c10fb365b8d12e59874cdf791dd5 to your computer and use it in GitHub Desktop.
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
<?php | |
/** | |
* Place this code where you want to add insertion point | |
*/ | |
do_action('rbr_single_book_meta_after'); | |
/** | |
* Place the following code in functions.php file of child theme or extending plugin | |
*/ | |
add_action('rbr_single_book_meta_after', function(){ | |
echo do_shortcode('[SSB]'); | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment