Last active
September 17, 2024 17:02
-
-
Save atomjoy/91e4df2a651df12a6540e99d28ecb974 to your computer and use it in GitHub Desktop.
Create shareable social links for url in WordPress.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="share-socials"> | |
<div class="title"><?php echo __('Social share'); ?></div> | |
<?php | |
shareSocial(get_permalink()); | |
?> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment