apply_filters( ‘pre_remote_source’, string $remote_source, string $pagelinkedto )

In this article

Filters the pingback remote source.

Parameters

$remote_sourcestring
Response source for the page linked from.
$pagelinkedtostring
URL of the page linked to.

Source

$remote_source = apply_filters( 'pre_remote_source', $remote_source, $pagelinkedto );

Changelog

VersionDescription
2.5.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.