pre_remote_source WordPress Filter Hook

The pre_remote_source hook is called before retrieving remote data. This hook can be used to modify the data that is going to be retrieved from a remote source. This is useful if you need to change the data before it is processed by WordPress.

apply_filters( 'pre_remote_source', string $remote_source, string $pagelinkedto ) #

Filters the pingback remote source.


Parameters

$remote_source

(string)Response source for the page linked from.

$pagelinkedto

(string)URL of the page linked to.


Top ↑

Source

File: wp-includes/class-wp-xmlrpc-server.php

View on Trac



Top ↑

Changelog

Changelog
VersionDescription
2.5.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.

Show More
Show More