_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
 
 

All source code and documentation on this site is released under the terms of the GNU General Public License, version 2 and later. Drupal is a registered trademark of Dries Buytaert.