Searched refs:gads_write (Results 1 – 2 of 2) sorted by relevance
/plugin/google_adsense2/ |
H A D | code.php | 28 function gads_write($fp, $name, $val) function 44 gads_write($fp, 'enabled', $gads_settings['enabled']); 45 gads_write($fp, 'debug', $gads_settings['debug']); 46 gads_write($fp, 'dontcountadmin', $gads_settings['dontcountadmin']); 47 gads_write($fp, 'dontcountusers', $gads_settings['dontcountusers']); 49 gads_write($fp, 'google_ad_client', $gads_settings['google_ad_client']); 50 gads_write($fp, 'google_color_border', $gads_settings['google_color_border']); 51 gads_write($fp, 'google_color_bg', $gads_settings['google_color_bg']); 52 gads_write($fp, 'google_color_link', $gads_settings['google_color_link']); 53 gads_write($fp, 'google_color_url', $gads_settings['google_color_url']); [all …]
|
/plugin/googleads/ |
H A D | code.php | 27 function gads_write($fp, $name, $val) function 41 gads_write($fp, 'code', $gads_settings['code']); 42 gads_write($fp, 'dontcountadmin', $gads_settings['dontcountadmin']); 43 gads_write($fp, 'dontcountmanager', $gads_settings['dontcountmanager']); 44 gads_write($fp, 'dontcountusers', $gads_settings['dontcountusers']);
|