How I can get the link text is using WordPress?
By default is something like:
Read More <span class="meta-nav">→</span>
buy I want to get that value in a variable because some WordPress installation can have that value customized (using filter the_content_more_link) or in another language.
In resumen: what I need is to get from WordPress the text (the HTML code) that WordPress uses to replace the when display a Post Content.
