esc_html(str_replace($ar1,$ar2,$_POST['ants_SiteId'])) ); update_option('Options_ANTS', $myNewOptions); echo '

Update successful!

'; } $bg = get_option('Options_ANTS'); echo "

Cấu hình ANTS INSIGHT

SiteId :


"; } function ants_hook_antic(){ $bg = get_option('Options_ANTS'); if(!empty($bg['ants_SiteId'])){ $output=' '; echo $output; } $author=''; if(is_home()){ $name='0'; $id='0'; }elseif(is_single()or(is_page())){ global $post; $cat = get_the_category($post->ID); $name = $cat[0]->name; $name = ($name!='')?$name:get_the_title(); $id=$post->ID; $d = get_userdata($post->post_author)->data; $author = ($d->user_login!=$d->display_name)?$d->display_name:''; }else{ $name=single_cat_title( '', false ); $id= (get_query_var('cat')!='')?get_query_var('cat'):get_query_var('tag_id'); } $da = ' '; echo $da; } ?>