WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about pingback_ping_source_uri

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/class-wp-xmlrpc-server.php apply_filters 6850 /**
* Filters the pingback source URI.
*
* @since 3.6.0
*
* @param string $pagelinkedfrom URI of the page linked from.
* @param string $pagelinkedto URI of the page linked to.
*/

Hook Parameters

Parameter Type Name Description
string $pagelinkedfrom URI of the page linked from.
string $pagelinkedto URI of the page linked to.