function hook_simpleads_expired in SimpleAds 7.2
Implements hook_simpleads_expired().
1 function implements hook_simpleads_expired()
Note: this list is generated by pattern matching, so it may include some functions that are not actually implementations of this hook.
- simpleads_simpleads_expired in ./
simpleads.module  - Implements hook_ad_expired().
 
1 invocation of hook_simpleads_expired()
- simpleads_cron in includes/
cron.inc  - Implements hook_cron().
 
File
- ./
simpleads.api.php, line 32  - SimpleAds API.
 
Code
function hook_simpleads_expired($node) {
}