diff --git a/comiceasel.php b/comiceasel.php index 1344731..a3f84c6 100644 --- a/comiceasel.php +++ b/comiceasel.php @@ -606,7 +606,8 @@ function ceo_run_scripts() { } function ceo_bf_add_script_to_head() { - if (!empty(ceo_pluginfo('bf_adinfo'))) { + $ceo_options = get_option('comiceasel-config'); + if (isset($ceo_options['bf_adinfo']) && !empty($ceo_options['bf_adinfo'])) { echo ''."\r\n"; } } \ No newline at end of file