On this page
apply_filters( 'the_content_more_link', string $more_link_element, string $more_link_text )
Filters the Read More link text.
Parameters
$more_link_elementstring-
Read More link element.
$more_link_textstring-
Read More text.
Source
File: wp-includes/post-template.php. View all references
$output .= apply_filters( 'the_content_more_link', ' <a href="' . get_permalink( $_post ) . "#more-{$_post->ID}\" class=\"more-link\">$more_link_text</a>", $more_link_text );
Related
Used By
| Used By | Description |
|---|---|
| get_the_content() wp-includes/post-template.php | Retrieves the post content. |
Changelog
| Version | Description |
|---|---|
| 2.8.0 | Introduced. |
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/the_content_more_link