Filter hook 'pre_remote_source'

in WP Core File wp-includes/class-wp-xmlrpc-server.php at line 6989

Description

Filters the pingback remote source.

Occurrences

Filename Line Number
wp-includes/class-wp-xmlrpc-server.php 6989

Parameters

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

PHP Doc

/**
		 * 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.
		 */