Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // show selected ssba image
- $img = '<img src="' . plugins_url() . '/simple-share-buttons-adder/buttons/' . $arrSettings['ssba_image_set'] . '/facebook.png" title="Facebook" class="ssba ssba-img" alt="Share on Facebook" />';
- $img = apply_filters( 'ssba_icon_facebook', $img );
- $htmlShareButtons .= $img;
Advertisement
Add Comment
Please, Sign In to add comment