WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about pre_remote_source

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/class-wp-xmlrpc-server.php apply_filters 6958 /**
* Filters the pingback remote source.
*
* @since 2.5.0
*
* @param string $remote_source Response source for the page linked from.
* @param string $pagelinkedto URL of the page linked to.
*/

Hook Parameters

Parameter Type Name Description
string $remote_source Response source for the page linked from.
string $pagelinkedto URL of the page linked to.