_ping_notify
- Versions
- 4.6 – 6
_ping_notify($name, $url)
Call hook_ping() in all modules to notify remote sites that there is new content at this one.
Code
modules/ping/ping.module, line 42
<?php
function _ping_notify($name, $url) {
module_invoke_all('ping', $name, $url);
}
?>Login or register to post comments 