Skip to content

Instantly share code, notes, and snippets.

@booskills
Last active March 22, 2019 20:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save booskills/90d3c10fb365b8d12e59874cdf791dd5 to your computer and use it in GitHub Desktop.
Save booskills/90d3c10fb365b8d12e59874cdf791dd5 to your computer and use it in GitHub Desktop.
<?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