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.


Top ↑

Source

File: wp-includes/post-template.php

View on Trac



Top ↑

Changelog

Changelog
VersionDescription
2.8.0Introduced.

The content displayed on this page has been created in part by processing WordPress source code files which are made available under the GPLv2 (or a later version) license by theĀ Free Software Foundation. In addition to this, the content includes user-written examples and information. All material is subject to review and curation by the WPPaste.com community.