Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- //* Display AddToAny's universal button and individual icons
- add_action( 'genesis_entry_content', 'sharing_icons' );
- function sharing_icons() {
- echo '<span class="universal-btn">';
- if ( function_exists( 'ADDTOANY_SHARE_SAVE_BUTTON' ) ) { ADDTOANY_SHARE_SAVE_BUTTON(); }
- echo '</span>';
- echo '<div class="a2a_kit a2a_kit_size_32 addtoany_list">';
- if ( function_exists( 'ADDTOANY_SHARE_SAVE_ICONS' ) ) { ADDTOANY_SHARE_SAVE_ICONS(); }
- echo '</div>';
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement