' . __('Settings') . ''; array_push( $links, $settings_link ); } return $links; } function the_tabs() { ?>

4stats Configuration


/>
Please enter your 4stats project id.

/>
Please enter your 4stats API-Key. It can found in the project settings page.

/> Hide Counter
Please only choose this option if you have a visible counter and don't want to show it in this blog.



4stats






View All

document.write(unescape('%3Cscr' + 'ipt src=\"http'+(document.location.protocol=='https:'?'s':'')+'://4stats.de/de/counter?id={$options['4stats_project_id']}"; echo ($options['4stats_hide_counter'] == "1") ? '&cntr=hide' : ""; echo "\" type=\"text/javascript\"%3E%3C/script%3E'));\n"; echo "\n"; } } } } if(is_admin()) { register_activation_hook( __FILE__, array('Fourstats', 'install')); register_deactivation_hook( __FILE__, array('Fourstats', 'uninstall')); add_action( 'plugins_loaded', array('Fourstats', 'get_object') ); add_filter( 'plugin_action_links', array( 'Fourstats', 'add_config_page_to_plugins'), 11, 2 ); } else { add_action('wp_footer', array('Fourstats', 'tracking_code')); } ?>