I made a shortcode for getting user profile details.
Use short code in plugin:
I have used
<?php
add_shortcode(‘my_profile’,’user_profile’);
function user_profile(){
//profile details html content
}
?>
Create a page from admin section “Profile” and shotcode “my_profile” in page content editor.
When i am going to see profile page in front section. I can not see profile page[short code content] language translator effect.
Thanks
Hi
when i have add a new page it translate successfully but when i modified it and new content and use short code i didn’t see new content translate effect.
Thanks