You are here

function hook_dfp_short_tag_keyvals_alter in Doubleclick for Publishers (DFP) 7.2

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

Alter the keyvals array that is about to be used during the construction of a short tag.

Parameters

array $keyvals:

1 invocation of hook_dfp_short_tag_keyvals_alter()
template_preprocess_dfp_short_tag in ./dfp.module
Preprocess function for DFP tags.

File

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

Code

function hook_dfp_short_tag_keyvals_alter(&$keyvals) {
}