Skip to content

Instantly share code, notes, and snippets.

@captprice26
Created October 26, 2016 07:35
Show Gist options
  • Select an option

  • Save captprice26/07cf8eb4ff0e3b79257bee636ed3a564 to your computer and use it in GitHub Desktop.

Select an option

Save captprice26/07cf8eb4ff0e3b79257bee636ed3a564 to your computer and use it in GitHub Desktop.
Wordpress - Sharethis Plugin Shortcode - functions.php
<?php
/**
* Creates sharethis shortcode
*/
if (function_exists('st_makeEntries')) :
add_shortcode('sharethis', 'st_makeEntries');
endif;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment