Created
July 19, 2018 14:09
-
-
Save priyabratary/85e734ca0911b47397aabbc42658b258 to your computer and use it in GitHub Desktop.
pollylang read more translation
This file contains 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
function modify_read_more_link() { | |
return '<a href="' . get_permalink() . '" class="more-link btn-a btn-a_fill_theme">' . pll__('string translation') . '</a>'; | |
} | |
add_filter( 'the_content_more_link', 'modify_read_more_link' ); | |
pll_register_string('my-theme', 'string translation'); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment