On this page
apply_filters( 'pingback_ping_source_uri', string $pagelinkedfrom, string $pagelinkedto )
Filters the pingback source URI.
Parameters
$pagelinkedfromstring-
URI of the page linked from.
$pagelinkedtostring-
URI of the page linked to.
Source
File: wp-includes/class-wp-xmlrpc-server.php. View all references
$pagelinkedfrom = apply_filters( 'pingback_ping_source_uri', $pagelinkedfrom, $pagelinkedto );
Related
Used By
| Used By | Description |
|---|---|
| wp_xmlrpc_server::pingback_ping() wp-includes/class-wp-xmlrpc-server.php | Retrieves a pingback and registers it. |
Changelog
| Version | Description |
|---|---|
| 3.6.0 | Introduced. |
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/pingback_ping_source_uri