function _amp_get_adsense_block_ids in Accelerated Mobile Pages (AMP) 7
Return array of adsense block ids.
3 calls to _amp_get_adsense_block_ids()
- amp_block_configure in ./
amp.module - Implements hook_block_configure().
- amp_block_save in ./
amp.module - Implements hook_block_save().
- amp_block_view in ./
amp.module - Implements hook_block_view().
File
- ./
amp.module, line 1443
Code
function _amp_get_adsense_block_ids() {
return array(
'amp_google_adsense_1',
'amp_google_adsense_2',
'amp_google_adsense_3',
'amp_google_adsense_4',
);
}