Files
profile/template-parts/single/post-social-share.php
Andrey Kuvshinov 8fc8cbae32 add files
2025-07-09 21:21:17 +03:00

15 lines
319 B
PHP

<!--[single/post-social-share]-->
<?php if( wp_is_mobile() ) : ?>
<?php get_template_part("template-parts/single/post-social-share-mobile"); ?>
<?php else : ?>
<?php get_template_part("template-parts/single/post-social-share-desktop"); ?>
<?php endif; ?>
<!--[/single/post-social-share]-->