wpseek.com
A WordPress-centric search engine for devs and theme authors



pingback_ping_source_uri › WordPress Filter Hooks

Since3.6.0
Deprecatedn/a
apply_filters( 'pingback_ping_source_uri', $pagelinkedfrom, $pagelinkedto )
Parameters: (2)
  • () pagelinkedfrom URI of the page linked from.
    Required: Yes
  • () pagelinkedto URI of the page linked to.
    Required: Yes
Defined at:
Codex:

Filters the pingback source URI.





Source

$pagelinkedfrom = apply_filters( 'pingback_ping_source_uri', $pagelinkedfrom, $pagelinkedto );