Description
Filters the pingback source URI.
Occurrences
Filename | Line Number |
---|---|
wp-includes/class-wp-xmlrpc-server.php | 6869 |
Parameters
Type | Name | Description |
---|---|---|
string | $pagelinkedfrom | URI of the page linked from. |
string | $pagelinkedto | URI of the page linked to. |
PHP Doc
/**
* 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.
*/