';
if ( $echo ) {
echo wp_kses_post( $buttons );
} else {
return wp_kses_post( $buttons );
}
}
/*
* Dexolix Post Social Share With Icon
*/
function dexolix_post_share_buttons_with_icon( $echo = true ) {
$post_url = urlencode( get_permalink() ); // Get the current post URL
$post_title = urlencode( get_the_title() ); // Get the current post title
$buttons = '