You are here

function _adsense_get_width in Google AdSense integration 5

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

File

./adsense.module, line 1113

Code

function _adsense_get_width($format) {
  $dims = _adsense_get_dimensions($format);
  return $dims['width'];
}