You are here

function hook_dfp_tag_alter in Doubleclick for Publishers (DFP) 7.2

Same name and namespace in other branches
  1. 7 dfp.api.php \hook_dfp_tag_alter()

Alter the tag object just after it is loaded and the settings have been loaded properly.

Parameters

object $tag:

1 invocation of hook_dfp_tag_alter()
dfp_tag_load in ./dfp.module
Load function.

File

./dfp.api.php, line 31
Hooks provided by the Chaos Tool Suite.

Code

function hook_dfp_tag_alter(&$tag) {
}