You are here

function _adsense_get_height in Google AdSense integration 5.2

Same name and namespace in other branches
  1. 5 adsense.module \_adsense_get_height()
2 calls to _adsense_get_height()
_adsense_format in ./adsense.module
_adsense_format_placeholder in ./adsense.module

File

./adsense.module, line 1088

Code

function _adsense_get_height($format) {
  $dims = _adsense_get_dimensions($format);
  return $dims['height'];
}