Skip to content

Instantly share code, notes, and snippets.

@nirbhay18
Created January 10, 2020 06:20
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 nirbhay18/b3f2b28cbcfe8423617086aa035bf311 to your computer and use it in GitHub Desktop.
Save nirbhay18/b3f2b28cbcfe8423617086aa035bf311 to your computer and use it in GitHub Desktop.
function add_social_share() {
if (is_single() && !is_archive()){
echo do_shortcode("[fl_builder_insert_layout slug='social_buttons']");
}
}
add_action('generate_after_content','add_social_share',10,3);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment