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.
Source
Changelog
Version | Description |
---|---|
2.5.0 | Introduced. |