the_content_more_link WordPress Filter Hook
The the_content_more_link hook is used to filter the content for the "more" link. This hook is used to filter the content that is displayed after the "more" link is clicked.
apply_filters( 'the_content_more_link', string $more_link_element , string $more_link_text ) #
Filters the Read More link text.
Parameters
- $more_link_element
(string)Read More link element.
- $more_link_text
(string)Read More text.
Source
Changelog
Version | Description |
---|---|
2.8.0 | Introduced. |