Advertisement
srikat

Untitled

Mar 29th, 2015
279
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.29 KB | None | 0 0
  1. // Display Genesis Simple Share Buttons
  2. add_action( 'genesis_entry_content', 'sk_gss_buttons', 7 );
  3. function sk_gss_buttons() {
  4.     if ( function_exists( 'genesis_share_icon_output' ) ) {
  5.         global $Genesis_Simple_Share;
  6.         genesis_share_icon_output( 'work', $Genesis_Simple_Share->icons );
  7.     }
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement