| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695 |
- <?php
- /**
- * Module Name: Site Stats
- * Module Description: Collect valuable traffic stats and insights.
- * Sort Order: 1
- * Recommendation Order: 2
- * First Introduced: 1.1
- * Requires Connection: Yes
- * Auto Activate: Yes
- * Module Tags: Site Stats, Recommended
- * Feature: Engagement
- * Additional Search Queries: statistics, tracking, analytics, views, traffic, stats
- *
- * @package automattic/jetpack
- */
- use Automattic\Jetpack\Connection\Client;
- use Automattic\Jetpack\Connection\Manager as Connection_Manager;
- use Automattic\Jetpack\Connection\XMLRPC_Async_Call;
- use Automattic\Jetpack\Redirect;
- use Automattic\Jetpack\Status;
- use Automattic\Jetpack\Tracking;
- if ( defined( 'STATS_VERSION' ) ) {
- return;
- }
- define( 'STATS_VERSION', '9' );
- defined( 'STATS_DASHBOARD_SERVER' ) || define( 'STATS_DASHBOARD_SERVER', 'dashboard.wordpress.com' );
- add_action( 'jetpack_modules_loaded', 'stats_load' );
- /**
- * Load Stats.
- *
- * @access public
- * @return void
- */
- function stats_load() {
- Jetpack::enable_module_configurable( __FILE__ );
- // Generate the tracking code after wp() has queried for posts.
- add_action( 'template_redirect', 'stats_template_redirect', 1 );
- add_action( 'wp_head', 'stats_admin_bar_head', 100 );
- add_action( 'wp_head', 'stats_hide_smile_css' );
- add_action( 'embed_head', 'stats_hide_smile_css' );
- add_action( 'jetpack_admin_menu', 'stats_admin_menu' );
- // Map stats caps.
- add_filter( 'map_meta_cap', 'stats_map_meta_caps', 10, 3 );
- add_action( 'admin_init', 'stats_merged_widget_admin_init' );
- add_filter( 'jetpack_xmlrpc_unauthenticated_methods', 'stats_xmlrpc_methods' );
- add_filter( 'pre_option_db_version', 'stats_ignore_db_version' );
- // Add an icon to see stats in WordPress.com for a particular post.
- add_action( 'admin_print_styles-edit.php', 'jetpack_stats_load_admin_css' );
- add_filter( 'manage_posts_columns', 'jetpack_stats_post_table' );
- add_filter( 'manage_pages_columns', 'jetpack_stats_post_table' );
- add_action( 'manage_posts_custom_column', 'jetpack_stats_post_table_cell', 10, 2 );
- add_action( 'manage_pages_custom_column', 'jetpack_stats_post_table_cell', 10, 2 );
- require_once __DIR__ . '/stats/class-jetpack-stats-upgrade-nudges.php';
- add_action( 'updating_jetpack_version', array( 'Jetpack_Stats_Upgrade_Nudges', 'unset_nudges_setting' ) );
- }
- /**
- * Delay conditional for current_user_can to after init.
- *
- * @access public
- * @return void
- */
- function stats_merged_widget_admin_init() {
- if ( current_user_can( 'view_stats' ) ) {
- add_action( 'load-index.php', 'stats_enqueue_dashboard_head' );
- add_action( 'jetpack_dashboard_widget', 'stats_jetpack_dashboard_widget' );
- }
- }
- /**
- * Enqueue Stats Dashboard
- *
- * @access public
- * @return void
- */
- function stats_enqueue_dashboard_head() {
- add_action( 'admin_head', 'stats_dashboard_head' );
- }
- /**
- * Checks if filter is set and dnt is enabled.
- *
- * @return bool
- */
- function jetpack_is_dnt_enabled() {
- /**
- * Filter the option which decides honor DNT or not.
- *
- * @module stats
- * @since 6.1.0
- *
- * @param bool false Honors DNT for clients who don't want to be tracked. Defaults to false. Set to true to enable.
- */
- if ( false === apply_filters( 'jetpack_honor_dnt_header_for_stats', false ) ) {
- return false;
- }
- foreach ( $_SERVER as $name => $value ) {
- if ( 'http_dnt' === strtolower( $name ) && 1 === (int) $value ) {
- return true;
- }
- }
- return false;
- }
- /**
- * Prevent sparkline img requests being redirected to upgrade.php.
- * See wp-admin/admin.php where it checks $wp_db_version.
- *
- * @access public
- * @param mixed $version Version.
- * @return string $version.
- */
- function stats_ignore_db_version( $version ) {
- if (
- is_admin() &&
- isset( $_GET['page'] ) && 'stats' === $_GET['page'] && // phpcs:ignore WordPress.Security.NonceVerification.Recommended
- isset( $_GET['chart'] ) && strpos( $_GET['chart'], 'admin-bar-hours' ) === 0 // phpcs:ignore WordPress.Security.NonceVerification.Recommended
- ) {
- global $wp_db_version;
- return $wp_db_version;
- }
- return $version;
- }
- /**
- * Maps view_stats cap to read cap as needed.
- *
- * @access public
- * @param mixed $caps Caps.
- * @param mixed $cap Cap.
- * @param mixed $user_id User ID.
- * @return array Possibly mapped capabilities for meta capability.
- */
- function stats_map_meta_caps( $caps, $cap, $user_id ) {
- // Map view_stats to exists.
- if ( 'view_stats' === $cap ) {
- $user = new WP_User( $user_id );
- $user_role = array_shift( $user->roles );
- $stats_roles = stats_get_option( 'roles' );
- // Is the users role in the available stats roles?
- if ( is_array( $stats_roles ) && in_array( $user_role, $stats_roles, true ) ) {
- $caps = array( 'read' );
- }
- }
- return $caps;
- }
- /**
- * Stats Template Redirect.
- *
- * @access public
- * @return void
- */
- function stats_template_redirect() {
- global $current_user;
- if ( is_feed() || is_robots() || is_trackback() || is_preview() || jetpack_is_dnt_enabled() ) {
- return;
- }
- // Staging Sites should not generate tracking stats.
- $status = new Status();
- if ( $status->is_staging_site() ) {
- return;
- }
- // Should we be counting this user's views?
- if ( ! empty( $current_user->ID ) ) {
- $count_roles = stats_get_option( 'count_roles' );
- if ( ! is_array( $count_roles ) || ! array_intersect( $current_user->roles, $count_roles ) ) {
- return;
- }
- }
- add_action( 'wp_footer', 'stats_footer', 101 );
- add_action( 'web_stories_print_analytics', 'stats_footer' );
- }
- /**
- * Stats Build View Data.
- *
- * @access public
- * @return array.
- */
- function stats_build_view_data() {
- global $wp_the_query;
- $blog = Jetpack_Options::get_option( 'id' );
- $tz = get_option( 'gmt_offset' );
- $v = 'ext';
- $blog_url = wp_parse_url( site_url() );
- $srv = $blog_url['host'];
- $j = sprintf( '%s:%s', JETPACK__API_VERSION, JETPACK__VERSION );
- if ( $wp_the_query->is_single || $wp_the_query->is_page || $wp_the_query->is_posts_page ) {
- // Store and reset the queried_object and queried_object_id
- // Otherwise, redirect_canonical() will redirect to home_url( '/' ) for show_on_front = page sites where home_url() is not all lowercase.
- // Repro:
- // 1. Set home_url = https://ExamPle.com/
- // 2. Set show_on_front = page
- // 3. Set page_on_front = something
- // 4. Visit https://example.com/ !
- $queried_object = isset( $wp_the_query->queried_object ) ? $wp_the_query->queried_object : null;
- $queried_object_id = isset( $wp_the_query->queried_object_id ) ? $wp_the_query->queried_object_id : null;
- try {
- $post_obj = $wp_the_query->get_queried_object();
- $post = $post_obj instanceof WP_Post ? $post_obj->ID : '0';
- } finally {
- $wp_the_query->queried_object = $queried_object;
- $wp_the_query->queried_object_id = $queried_object_id;
- }
- } else {
- $post = '0';
- }
- return compact( 'v', 'j', 'blog', 'post', 'tz', 'srv' );
- }
- /**
- * Stats Footer.
- *
- * @access public
- * @return void
- */
- function stats_footer() {
- $data = stats_build_view_data();
- if ( Jetpack_AMP_Support::is_amp_request() ) {
- stats_render_amp_footer( $data );
- } else {
- stats_render_footer( $data );
- }
- }
- /**
- * Render the stats footer
- *
- * @param array $data Array of data for the JS stats tracker.
- */
- function stats_render_footer( $data ) {
- // phpcs:disable WordPress.WP.EnqueuedResources.NonEnqueuedScript
- // When there is a way to use defer with enqueue, we can move to it and inline the custom data.
- $script = 'https://stats.wp.com/e-' . gmdate( 'YW' ) . '.js';
- $data_stats_array = stats_array( $data );
- $stats_footer = <<<END
- <script src='{$script}' defer></script>
- <script>
- _stq = window._stq || [];
- _stq.push([ 'view', {{$data_stats_array}} ]);
- _stq.push([ 'clickTrackerInit', '{$data['blog']}', '{$data['post']}' ]);
- </script>
- END;
- // phpcs:enable
- print $stats_footer; // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped
- }
- /**
- * Render the stats footer for AMP output.
- *
- * @param array $data Array of data for the JS stats tracker.
- */
- function stats_render_amp_footer( $data ) {
- $data['host'] = isset( $_SERVER['HTTP_HOST'] ) ? sanitize_text_field( wp_unslash( $_SERVER['HTTP_HOST'] ) ) : ''; // input var ok.
- $data['rand'] = 'RANDOM'; // AMP placeholder.
- $data['ref'] = 'DOCUMENT_REFERRER'; // AMP placeholder.
- $data = array_map( 'rawurlencode', $data );
- $pixel_url = add_query_arg( $data, 'https://pixel.wp.com/g.gif' );
- ?>
- <amp-pixel src="<?php echo esc_url( $pixel_url ); ?>"></amp-pixel>
- <?php
- }
- /**
- * Stats Get Options.
- *
- * @access public
- * @return array.
- */
- function stats_get_options() {
- $options = get_option( 'stats_options' );
- if ( ! isset( $options['version'] ) || $options['version'] < STATS_VERSION ) {
- $options = stats_upgrade_options( $options );
- }
- return $options;
- }
- /**
- * Get Stats Options.
- *
- * @access public
- * @param mixed $option Option.
- * @return mixed|null.
- */
- function stats_get_option( $option ) {
- $options = stats_get_options();
- if ( 'blog_id' === $option ) {
- return Jetpack_Options::get_option( 'id' );
- }
- if ( isset( $options[ $option ] ) ) {
- return $options[ $option ];
- }
- return null;
- }
- /**
- * Stats Set Options.
- *
- * @access public
- * @param mixed $option Option.
- * @param mixed $value Value.
- * @return bool.
- */
- function stats_set_option( $option, $value ) {
- $options = stats_get_options();
- $options[ $option ] = $value;
- return stats_set_options( $options );
- }
- /**
- * Stats Set Options.
- *
- * @access public
- * @param mixed $options Options.
- * @return bool
- */
- function stats_set_options( $options ) {
- return update_option( 'stats_options', $options );
- }
- /**
- * Stats Upgrade Options.
- *
- * @access public
- * @param mixed $options Options.
- * @return array|bool
- */
- function stats_upgrade_options( $options ) {
- $defaults = array(
- 'admin_bar' => true,
- 'roles' => array( 'administrator' ),
- 'count_roles' => array(),
- 'blog_id' => Jetpack_Options::get_option( 'id' ),
- 'do_not_track' => true, // @todo
- 'hide_smile' => true,
- );
- if ( isset( $options['reg_users'] ) ) {
- if ( ! function_exists( 'get_editable_roles' ) ) {
- require_once ABSPATH . 'wp-admin/includes/user.php';
- }
- if ( $options['reg_users'] ) {
- $options['count_roles'] = array_keys( get_editable_roles() );
- }
- unset( $options['reg_users'] );
- }
- if ( is_array( $options ) && ! empty( $options ) ) {
- $new_options = array_merge( $defaults, $options );
- } else {
- $new_options = $defaults;
- }
- $new_options['version'] = STATS_VERSION;
- if ( ! stats_set_options( $new_options ) ) {
- return false;
- }
- stats_update_blog();
- return $new_options;
- }
- /**
- * Creates the "array" string used as part of the JS tracker.
- *
- * @access public
- * @param array $kvs KVS.
- * @return string
- */
- function stats_array( $kvs ) {
- /**
- * Filter the options added to the JavaScript Stats tracking code.
- *
- * @module stats
- *
- * @since 1.1.0
- *
- * @param array $kvs Array of options about the site and page you're on.
- */
- $kvs = (array) apply_filters( 'stats_array', $kvs );
- $kvs = array_map( 'addslashes', $kvs );
- $jskvs = array();
- foreach ( $kvs as $k => $v ) {
- $jskvs[] = "$k:'$v'";
- }
- return join( ',', $jskvs );
- }
- /**
- * Admin Pages.
- *
- * @access public
- * @return void
- */
- function stats_admin_menu() {
- global $pagenow;
- // If we're at an old Stats URL, redirect to the new one.
- // Don't even bother with caps, menu_page_url(), etc. Just do it.
- if ( 'index.php' === $pagenow && isset( $_GET['page'] ) && 'stats' === $_GET['page'] ) { // phpcs:ignore WordPress.Security.NonceVerification.Recommended
- $redirect_url = str_replace( array( '/wp-admin/index.php?', '/wp-admin/?' ), '/wp-admin/admin.php?', $_SERVER['REQUEST_URI'] );
- $relative_pos = strpos( $redirect_url, '/wp-admin/' );
- if ( false !== $relative_pos ) {
- wp_safe_redirect( admin_url( substr( $redirect_url, $relative_pos + 10 ) ) );
- exit;
- }
- }
- $hook = add_submenu_page( 'jetpack', __( 'Site Stats', 'jetpack' ), __( 'Site Stats', 'jetpack' ), 'view_stats', 'stats', 'jetpack_admin_ui_stats_report_page_wrapper' );
- add_action( "load-$hook", 'stats_reports_load' );
- }
- /**
- * Stats Admin Path.
- *
- * @access public
- * @return string
- */
- function stats_admin_path() {
- return Jetpack::module_configuration_url( __FILE__ );
- }
- /**
- * Stats Reports Load.
- *
- * @access public
- * @return void
- */
- function stats_reports_load() {
- require_once __DIR__ . '/stats/class-jetpack-stats-upgrade-nudges.php';
- Jetpack_Stats_Upgrade_Nudges::init();
- wp_enqueue_script( 'jquery' );
- wp_enqueue_script( 'postbox' );
- wp_enqueue_script( 'underscore' );
- Jetpack_Admin_Page::load_wrapper_styles();
- add_action( 'admin_print_styles', 'stats_reports_css' );
- if ( isset( $_GET['nojs'] ) && $_GET['nojs'] ) { // phpcs:ignore WordPress.Security.NonceVerification.Recommended
- $parsed = wp_parse_url( admin_url() );
- // Remember user doesn't want JS.
- setcookie( 'stnojs', '1', time() + 172800, $parsed['path'] ); // 2 days.
- }
- if ( isset( $_COOKIE['stnojs'] ) && $_COOKIE['stnojs'] ) {
- // Detect if JS is on. If so, remove cookie so next page load is via JS.
- add_action( 'admin_print_footer_scripts', 'stats_js_remove_stnojs_cookie' );
- } elseif ( ! isset( $_GET['noheader'] ) && empty( $_GET['nojs'] ) ) { // phpcs:ignore WordPress.Security.NonceVerification.Recommended
- // Normal page load. Load page content via JS.
- add_action( 'admin_print_footer_scripts', 'stats_js_load_page_via_ajax' );
- }
- }
- /**
- * Stats Reports CSS.
- *
- * @access public
- * @return void
- */
- function stats_reports_css() {
- ?>
- <style type="text/css">
- #jp-stats-wrap, #jp-stats-report-bottom {
- max-width: 1040px;
- margin: 0 auto;
- overflow: hidden;
- }
- #stats-loading-wrap p {
- text-align: center;
- font-size: 2em;
- margin: 7.5em 15px 0 0;
- height: 64px;
- line-height: 64px;
- }
- </style>
- <?php
- }
- /**
- * Detect if JS is on. If so, remove cookie so next page load is via JS.
- *
- * @access public
- * @return void
- */
- function stats_js_remove_stnojs_cookie() {
- $parsed = wp_parse_url( admin_url() );
- ?>
- <script type="text/javascript">
- /* <![CDATA[ */
- document.cookie = 'stnojs=0; expires=Wed, 9 Mar 2011 16:55:50 UTC; path=<?php echo esc_js( $parsed['path'] ); ?>';
- /* ]]> */
- </script>
- <?php
- }
- /**
- * Normal page load. Load page content via JS.
- *
- * @access public
- * @return void
- */
- function stats_js_load_page_via_ajax() {
- ?>
- <script type="text/javascript">
- /* <![CDATA[ */
- if ( -1 == document.location.href.indexOf( 'noheader' ) ) {
- jQuery( function( $ ) {
- $.get( document.location.href + '&noheader', function( responseText ) {
- $( '#stats-loading-wrap' ).replaceWith( responseText );
- $( '#jp-stats-wrap' )[0].dispatchEvent( new Event( 'stats-loaded' ) );
- } );
- } );
- }
- /* ]]> */
- </script>
- <?php
- }
- /**
- * Jetpack Admin Page Wrapper.
- */
- function jetpack_admin_ui_stats_report_page_wrapper() {
- if ( ! isset( $_GET['noheader'] ) && empty( $_GET['nojs'] ) && empty( $_COOKIE['stnojs'] ) ) { // phpcs:ignore WordPress.Security.NonceVerification.Recommended
- Jetpack_Admin_Page::wrap_ui( 'stats_reports_page', array( 'is-wide' => true ) );
- } else {
- stats_reports_page();
- }
- }
- /**
- * Stats Report Page.
- *
- * @access public
- * @param bool $main_chart_only (default: false) Main Chart Only.
- */
- function stats_reports_page( $main_chart_only = false ) {
- if ( isset( $_GET['dashboard'] ) ) { // phpcs:ignore WordPress.Security.NonceVerification.Recommended
- return stats_dashboard_widget_content();
- }
- $blog_id = stats_get_option( 'blog_id' );
- $stats_url = Redirect::get_url( 'calypso-stats' );
- if ( ! $main_chart_only && ! isset( $_GET['noheader'] ) && empty( $_GET['nojs'] ) && empty( $_COOKIE['stnojs'] ) ) { // phpcs:ignore WordPress.Security.NonceVerification.Recommended
- $nojs_url = add_query_arg( 'nojs', '1' );
- $http = is_ssl() ? 'https' : 'http';
- // Loading message. No JS fallback message.
- ?>
- <div id="jp-stats-wrap">
- <div class="wrap">
- <h2><?php esc_html_e( 'Site Stats', 'jetpack' ); ?>
- <?php
- if ( current_user_can( 'jetpack_manage_modules' ) ) :
- $i18n_headers = jetpack_get_module_i18n( 'stats' );
- ?>
- <a
- style="font-size:13px;"
- href="<?php echo esc_url( admin_url( 'admin.php?page=jetpack#/settings?term=' . rawurlencode( $i18n_headers['name'] ) ) ); ?>"
- >
- <?php esc_html_e( 'Configure', 'jetpack' ); ?>
- </a>
- <?php
- endif;
- /**
- * Sets external resource URL.
- *
- * @module stats
- *
- * @since 1.4.0
- * @todo Clean up various uses of this filter. It's seemingly filtering different types of images in different places.
- *
- * @param string $args URL of external resource.
- */
- $static_url = apply_filters( 'jetpack_static_url', "{$http}://en.wordpress.com/i/loading/loading-64.gif" );
- ?>
- </h2>
- </div>
- <div id="stats-loading-wrap" class="wrap">
- <p class="hide-if-no-js"><img width="32" height="32" alt="<?php esc_attr_e( 'Loading…', 'jetpack' ); ?>" src="<?php echo esc_url( $static_url ); ?>" /></p>
- <p style="font-size: 11pt; margin: 0;"><a href="<?php echo esc_url( $stats_url ); ?>" rel="noopener noreferrer" target="_blank"><?php esc_html_e( 'View stats on WordPress.com right now', 'jetpack' ); ?></a></p>
- <p class="hide-if-js"><?php esc_html_e( 'Your Site Stats work better with JavaScript enabled.', 'jetpack' ); ?><br />
- <a href="<?php echo esc_url( $nojs_url ); ?>"><?php esc_html_e( 'View Site Stats without JavaScript', 'jetpack' ); ?></a>.</p>
- </div>
- </div>
- <?php
- return;
- }
- $day = isset( $_GET['day'] ) && preg_match( '/^\d{4}-\d{2}-\d{2}$/', $_GET['day'] ) ? $_GET['day'] : false; // phpcs:ignore WordPress.Security.NonceVerification.Recommended
- $q = array(
- 'noheader' => 'true',
- 'proxy' => '',
- 'page' => 'stats',
- 'day' => $day,
- 'blog' => $blog_id,
- 'charset' => get_option( 'blog_charset' ),
- 'color' => get_user_option( 'admin_color' ),
- 'ssl' => is_ssl(),
- 'j' => sprintf( '%s:%s', JETPACK__API_VERSION, JETPACK__VERSION ),
- );
- if ( get_locale() !== 'en_US' ) {
- $q['jp_lang'] = get_locale();
- }
- // Only show the main chart, without extra header data, or metaboxes.
- $q['main_chart_only'] = $main_chart_only;
- $args = array(
- 'view' => array( 'referrers', 'postviews', 'searchterms', 'clicks', 'post', 'table' ),
- 'numdays' => 'int',
- 'day' => 'date',
- 'unit' => array( '1', '7', '31', 'human' ),
- 'humanize' => array( 'true' ),
- 'num' => 'int',
- 'summarize' => null,
- 'post' => 'int',
- 'width' => 'int',
- 'height' => 'int',
- 'data' => 'data',
- 'blog_subscribers' => 'int',
- 'comment_subscribers' => null,
- 'type' => array( 'wpcom', 'email', 'pending' ),
- 'pagenum' => 'int',
- );
- foreach ( $args as $var => $vals ) {
- if ( ! isset( $_REQUEST[ $var ] ) ) { // phpcs:ignore WordPress.Security.NonceVerification.Recommended
- continue;
- }
- if ( is_array( $vals ) ) {
- if ( in_array( $_REQUEST[ $var ], $vals, true ) ) { // phpcs:ignore WordPress.Security.NonceVerification.Recommended
- $q[ $var ] = $_REQUEST[ $var ]; // phpcs:ignore WordPress.Security.NonceVerification.Recommended
- }
- } elseif ( 'int' === $vals ) {
- $q[ $var ] = (int) $_REQUEST[ $var ]; // phpcs:ignore WordPress.Security.NonceVerification.Recommended
- } elseif ( 'date' === $vals ) {
- if ( preg_match( '/^\d{4}-\d{2}-\d{2}$/', $_REQUEST[ $var ] ) ) { // phpcs:ignore WordPress.Security.NonceVerification.Recommended
- $q[ $var ] = $_REQUEST[ $var ]; // phpcs:ignore WordPress.Security.NonceVerification.Recommended
- }
- } elseif ( null === $vals ) {
- $q[ $var ] = '';
- } elseif ( 'data' === $vals ) {
- if ( 'index.php' === substr( $_REQUEST[ $var ], 0, 9 ) ) { // phpcs:ignore WordPress.Security.NonceVerification.Recommended
- $q[ $var ] = $_REQUEST[ $var ];// phpcs:ignore WordPress.Security.NonceVerification.Recommended
- }
- }
- }
- if ( isset( $_GET['chart'] ) ) { // phpcs:ignore WordPress.Security.NonceVerification.Recommended
- if ( preg_match( '/^[a-z0-9-]+$/', $_GET['chart'] ) ) { // phpcs:ignore WordPress.Security.NonceVerification.Recommended
- $chart = sanitize_title( $_GET['chart'] ); // phpcs:ignore WordPress.Security.NonceVerification.Recommended
- $url = 'https://' . STATS_DASHBOARD_SERVER . "/wp-includes/charts/{$chart}.php";
- }
- } else {
- $url = 'https://' . STATS_DASHBOARD_SERVER . '/wp-admin/index.php';
- }
- $url = add_query_arg( $q, $url );
- $method = 'GET';
- $timeout = 90;
- $user_id = 0; // Means use the blog token.
- $get = Client::remote_request( compact( 'url', 'method', 'timeout', 'user_id' ) );
- $get_code = wp_remote_retrieve_response_code( $get );
- if ( is_wp_error( $get ) || ( 2 !== (int) ( $get_code / 100 ) && 304 !== $get_code ) || empty( $get['body'] ) ) {
- stats_print_wp_remote_error( $get, $url );
- } else {
- if ( ! empty( $get['headers']['content-type'] ) ) {
- $type = $get['headers']['content-type'];
- if ( substr( $type, 0, 5 ) === 'image' ) {
- $img = $get['body'];
- header( 'Content-Type: ' . $type );
- header( 'Content-Length: ' . strlen( $img ) );
- echo $img; // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped
- die();
- }
- }
- $body = stats_convert_post_titles( $get['body'] );
- $body = stats_convert_chart_urls( $body );
- $body = stats_convert_image_urls( $body );
- $body = stats_convert_admin_urls( $body );
- echo $body; // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped
- }
- if ( isset( $_GET['page'] ) && 'stats' === $_GET['page'] && ! isset( $_GET['chart'] ) ) { // phpcs:ignore WordPress.Security.NonceVerification.Recommended
- $tracking = new Tracking();
- $tracking->record_user_event( 'wpa_page_view', array( 'path' => 'old_stats' ) );
- }
- if ( isset( $_GET['noheader'] ) ) { // phpcs:ignore WordPress.Security.NonceVerification.Recommended
- die;
- }
- }
- /**
- * Stats Convert Admin Urls.
- *
- * @access public
- * @param mixed $html HTML.
- * @return string
- */
- function stats_convert_admin_urls( $html ) {
- return str_replace( 'index.php?page=stats', 'admin.php?page=stats', $html );
- }
- /**
- * Stats Convert Image URLs.
- *
- * @access public
- * @param mixed $html HTML.
- * @return string
- */
- function stats_convert_image_urls( $html ) {
- $url = set_url_scheme( 'https://' . STATS_DASHBOARD_SERVER );
- $html = preg_replace( '|(["\'])(/i/stats.+)\\1|', '$1' . $url . '$2$1', $html );
- return $html;
- }
- /**
- * Callback for preg_replace_callback used in stats_convert_chart_urls()
- *
- * @since 5.6.0
- *
- * @param array $matches The matches resulting from the preg_replace_callback call.
- * @return string The admin url for the chart.
- */
- function jetpack_stats_convert_chart_urls_callback( $matches ) {
- // If there is a query string, change the beginning '?' to a '&' so it fits into the middle of this query string.
- return 'admin.php?page=stats&noheader&chart=' . $matches[1] . str_replace( '?', '&', $matches[2] );
- }
- /**
- * Stats Convert Chart URLs.
- *
- * @access public
- * @param mixed $html HTML.
- * @return string
- */
- function stats_convert_chart_urls( $html ) {
- $html = preg_replace_callback(
- '|https?://[-.a-z0-9]+/wp-includes/charts/([-.a-z0-9]+).php(\??)|',
- 'jetpack_stats_convert_chart_urls_callback',
- $html
- );
- return $html;
- }
- /**
- * Stats Convert Post Title HTML
- *
- * @access public
- * @param mixed $html HTML.
- * @return string
- */
- function stats_convert_post_titles( $html ) {
- global $stats_posts;
- $pattern = "<span class='post-(\d+)-link'>.*?</span>";
- if ( ! preg_match_all( "!$pattern!", $html, $matches ) ) {
- return $html;
- }
- $posts = get_posts(
- array(
- 'include' => implode( ',', $matches[1] ),
- 'post_type' => 'any',
- 'post_status' => 'any',
- 'numberposts' => -1,
- 'suppress_filters' => false,
- )
- );
- foreach ( $posts as $post ) {
- $stats_posts[ $post->ID ] = $post;
- }
- $html = preg_replace_callback( "!$pattern!", 'stats_convert_post_title', $html );
- return $html;
- }
- /**
- * Stats Convert Post Title Matches.
- *
- * @access public
- * @param mixed $matches Matches.
- * @return string
- */
- function stats_convert_post_title( $matches ) {
- global $stats_posts;
- $post_id = $matches[1];
- if ( isset( $stats_posts[ $post_id ] ) ) {
- return '<a href="' . get_permalink( $post_id ) . '" target="_blank">' . get_the_title( $post_id ) . '</a>';
- }
- return $matches[0];
- }
- /**
- * Stats Hide Smile.
- *
- * @access public
- * @return void
- */
- function stats_hide_smile_css() {
- $options = stats_get_options();
- if ( isset( $options['hide_smile'] ) && $options['hide_smile'] ) {
- ?>
- <style type='text/css'>img#wpstats{display:none}</style>
- <?php
- }
- }
- /**
- * Stats Admin Bar Head.
- *
- * @access public
- * @return void
- */
- function stats_admin_bar_head() {
- if ( ! stats_get_option( 'admin_bar' ) ) {
- return;
- }
- if ( ! current_user_can( 'view_stats' ) ) {
- return;
- }
- if ( ! is_admin_bar_showing() ) {
- return;
- }
- add_action( 'admin_bar_menu', 'stats_admin_bar_menu', 100 );
- ?>
- <style data-ampdevmode type='text/css'>
- #wpadminbar .quicklinks li#wp-admin-bar-stats {
- height: 32px;
- }
- #wpadminbar .quicklinks li#wp-admin-bar-stats a {
- height: 32px;
- padding: 0;
- }
- #wpadminbar .quicklinks li#wp-admin-bar-stats a div {
- height: 32px;
- width: 95px;
- overflow: hidden;
- margin: 0 10px;
- }
- #wpadminbar .quicklinks li#wp-admin-bar-stats a:hover div {
- width: auto;
- margin: 0 8px 0 10px;
- }
- #wpadminbar .quicklinks li#wp-admin-bar-stats a img {
- height: 24px;
- margin: 4px 0;
- max-width: none;
- border: none;
- }
- </style>
- <?php
- }
- /**
- * Stats AdminBar.
- *
- * @access public
- * @param mixed $wp_admin_bar WPAdminBar.
- * @return void
- */
- function stats_admin_bar_menu( &$wp_admin_bar ) {
- $url = add_query_arg( 'page', 'stats', admin_url( 'admin.php' ) ); // no menu_page_url() blog-side.
- $img_src = esc_attr(
- add_query_arg(
- array(
- 'noheader' => '',
- 'proxy' => '',
- 'chart' => 'admin-bar-hours-scale',
- ),
- $url
- )
- );
- $img_src_2x = esc_attr(
- add_query_arg(
- array(
- 'noheader' => '',
- 'proxy' => '',
- 'chart' => 'admin-bar-hours-scale-2x',
- ),
- $url
- )
- );
- $alt = esc_attr( __( 'Stats', 'jetpack' ) );
- $title = esc_attr( __( 'Views over 48 hours. Click for more Site Stats.', 'jetpack' ) );
- $menu = array(
- 'id' => 'stats',
- 'href' => $url,
- 'title' => "<div><img src='$img_src' srcset='$img_src 1x, $img_src_2x 2x' width='112' height='24' alt='$alt' title='$title'></div>",
- );
- $wp_admin_bar->add_menu( $menu );
- }
- /**
- * Stats Update Blog.
- *
- * @access public
- * @return void
- */
- function stats_update_blog() {
- XMLRPC_Async_Call::add_call( 'jetpack.updateBlog', 0, stats_get_blog() );
- }
- /**
- * Stats Get Blog.
- *
- * @access public
- * @return string
- */
- function stats_get_blog() {
- $home = wp_parse_url( trailingslashit( get_option( 'home' ) ) );
- $blog = array(
- 'host' => $home['host'],
- 'path' => $home['path'],
- 'blogname' => get_option( 'blogname' ),
- 'blogdescription' => get_option( 'blogdescription' ),
- 'siteurl' => get_option( 'siteurl' ),
- 'gmt_offset' => get_option( 'gmt_offset' ),
- 'timezone_string' => get_option( 'timezone_string' ),
- 'stats_version' => STATS_VERSION,
- 'stats_api' => 'jetpack',
- 'page_on_front' => get_option( 'page_on_front' ),
- 'permalink_structure' => get_option( 'permalink_structure' ),
- 'category_base' => get_option( 'category_base' ),
- 'tag_base' => get_option( 'tag_base' ),
- );
- $blog = array_merge( stats_get_options(), $blog );
- unset( $blog['roles'], $blog['blog_id'] );
- return stats_esc_html_deep( $blog );
- }
- /**
- * Modified from stripslashes_deep()
- *
- * @access public
- * @param mixed $value Value.
- * @return string
- */
- function stats_esc_html_deep( $value ) {
- if ( is_array( $value ) ) {
- $value = array_map( 'stats_esc_html_deep', $value );
- } elseif ( is_object( $value ) ) {
- $vars = get_object_vars( $value );
- foreach ( $vars as $key => $data ) {
- $value->{$key} = stats_esc_html_deep( $data );
- }
- } elseif ( is_string( $value ) ) {
- $value = esc_html( $value );
- }
- return $value;
- }
- /**
- * Stats xmlrpc_methods function.
- *
- * @access public
- * @param mixed $methods Methods.
- * @return array
- */
- function stats_xmlrpc_methods( $methods ) {
- $my_methods = array(
- 'jetpack.getBlog' => 'stats_get_blog',
- );
- return array_merge( $methods, $my_methods );
- }
- /**
- * Stats Dashboard Widget Options.
- *
- * @access public
- * @return array
- */
- function stats_dashboard_widget_options() {
- $defaults = array(
- 'chart' => 1,
- 'top' => 1,
- 'search' => 7,
- );
- $options = get_option( 'stats_dashboard_widget' );
- if ( ( ! $options ) || ! is_array( $options ) ) {
- $options = array();
- }
- // Ignore obsolete option values.
- $intervals = array( 1, 7, 31, 90, 365 );
- foreach ( array( 'top', 'search' ) as $key ) {
- if ( isset( $options[ $key ] ) && ! in_array( (int) $options[ $key ], $intervals, true ) ) {
- unset( $options[ $key ] );
- }
- }
- return array_merge( $defaults, $options );
- }
- /**
- * Stats Dashboard Widget Control.
- *
- * @access public
- * @return void
- */
- function stats_dashboard_widget_control() {
- $periods = array(
- '1' => __( 'day', 'jetpack' ),
- '7' => __( 'week', 'jetpack' ),
- '31' => __( 'month', 'jetpack' ),
- );
- $intervals = array(
- '1' => __( 'the past day', 'jetpack' ),
- '7' => __( 'the past week', 'jetpack' ),
- '31' => __( 'the past month', 'jetpack' ),
- '90' => __( 'the past quarter', 'jetpack' ),
- '365' => __( 'the past year', 'jetpack' ),
- );
- $defaults = array(
- 'top' => 1,
- 'search' => 7,
- );
- $options = stats_dashboard_widget_options();
- if ( 'post' === strtolower( $_SERVER['REQUEST_METHOD'] ) && isset( $_POST['widget_id'] ) && 'dashboard_stats' === $_POST['widget_id'] ) { // phpcs:ignore WordPress.Security.NonceVerification
- if ( isset( $periods[ $_POST['chart'] ] ) ) { // phpcs:ignore WordPress.Security.NonceVerification
- $options['chart'] = $_POST['chart']; // phpcs:ignore WordPress.Security.NonceVerification
- }
- foreach ( array( 'top', 'search' ) as $key ) {
- if ( isset( $intervals[ $_POST[ $key ] ] ) ) { // phpcs:ignore WordPress.Security.NonceVerification
- $options[ $key ] = $_POST[ $key ]; // phpcs:ignore WordPress.Security.NonceVerification
- } else {
- $options[ $key ] = $defaults[ $key ];
- }
- }
- update_option( 'stats_dashboard_widget', $options );
- }
- ?>
- <p>
- <label for="chart"><?php esc_html_e( 'Chart stats by', 'jetpack' ); ?></label>
- <select id="chart" name="chart">
- <?php
- foreach ( $periods as $val => $label ) {
- ?>
- <option value="<?php echo esc_attr( $val ); ?>"<?php selected( $val, $options['chart'] ); ?>><?php echo esc_html( $label ); ?></option>
- <?php
- }
- ?>
- </select>.
- </p>
- <p>
- <label for="top"><?php esc_html_e( 'Show top posts over', 'jetpack' ); ?></label>
- <select id="top" name="top">
- <?php
- foreach ( $intervals as $val => $label ) {
- ?>
- <option value="<?php echo esc_attr( $val ); ?>"<?php selected( $val, $options['top'] ); ?>><?php echo esc_html( $label ); ?></option>
- <?php
- }
- ?>
- </select>.
- </p>
- <p>
- <label for="search"><?php esc_html_e( 'Show top search terms over', 'jetpack' ); ?></label>
- <select id="search" name="search">
- <?php
- foreach ( $intervals as $val => $label ) {
- ?>
- <option value="<?php echo esc_attr( $val ); ?>"<?php selected( $val, $options['search'] ); ?>><?php echo esc_html( $label ); ?></option>
- <?php
- }
- ?>
- </select>.
- </p>
- <?php
- }
- /**
- * Jetpack Stats Dashboard Widget.
- *
- * @access public
- * @return void
- */
- function stats_jetpack_dashboard_widget() {
- ?>
- <form id="stats_dashboard_widget_control" action="<?php echo esc_url( admin_url() ); ?>" method="post">
- <?php stats_dashboard_widget_control(); ?>
- <?php wp_nonce_field( 'edit-dashboard-widget_dashboard_stats', 'dashboard-widget-nonce' ); ?>
- <input type="hidden" name="widget_id" value="dashboard_stats" />
- <?php submit_button( __( 'Submit', 'jetpack' ) ); ?>
- </form>
- <button type="button" class="handlediv js-toggle-stats_dashboard_widget_control" aria-expanded="true">
- <span class="screen-reader-text"><?php esc_html_e( 'Configure', 'jetpack' ); ?></span>
- <span class="toggle-indicator" aria-hidden="true"></span>
- </button>
- <div id="dashboard_stats">
- <div class="inside">
- <div style="height: 250px;"></div>
- </div>
- </div>
- <?php
- }
- /**
- * JavaScript and CSS for dashboard widget.
- *
- * @access public
- * @return void
- */
- function stats_dashboard_head() {
- ?>
- <script type="text/javascript">
- /* <![CDATA[ */
- jQuery( function($) {
- var dashStats = jQuery( '#dashboard_stats div.inside' );
- if ( dashStats.find( '.dashboard-widget-control-form' ).length ) {
- return;
- }
- if ( ! dashStats.length ) {
- dashStats = jQuery( '#dashboard_stats div.dashboard-widget-content' );
- var h = parseInt( dashStats.parent().height() ) - parseInt( dashStats.prev().height() );
- var args = 'width=' + dashStats.width() + '&height=' + h.toString();
- } else {
- if ( jQuery('#dashboard_stats' ).hasClass('postbox') ) {
- var args = 'width=' + ( dashStats.prev().width() * 2 ).toString();
- } else {
- var args = 'width=' + ( dashStats.width() * 2 ).toString();
- }
- }
- dashStats
- .not( '.dashboard-widget-control' )
- .load( 'admin.php?page=stats&noheader&dashboard&' + args );
- jQuery( window ).one( 'resize', function() {
- jQuery( '#stat-chart' ).css( 'width', 'auto' );
- } );
- // Widget settings toggle container.
- var toggle = $( '.js-toggle-stats_dashboard_widget_control' );
- // Move the toggle in the widget header.
- toggle.appendTo( '#jetpack_summary_widget .handle-actions' );
- // Toggle settings when clicking on it.
- toggle.show().click( function( e ) {
- e.preventDefault();
- e.stopImmediatePropagation();
- $( this ).parent().toggleClass( 'controlVisible' );
- $( '#stats_dashboard_widget_control' ).slideToggle();
- } );
- } );
- /* ]]> */
- </script>
- <?php
- }
- /**
- * Stats Dashboard Widget Content.
- *
- * @access public
- * @return void
- */
- function stats_dashboard_widget_content() {
- $width = isset( $_GET['width'] ) ? (int) ( $_GET['width'] / 2 ) : null; // phpcs:ignore WordPress.Security.NonceVerification.Recommended
- $height = isset( $_GET['height'] ) ? (int) $_GET['height'] - 36 : null; // phpcs:ignore WordPress.Security.NonceVerification.Recommended
- if ( ! $width || $width < 250 ) {
- $width = 370;
- }
- if ( ! $height || $height < 230 ) {
- $height = 180;
- }
- $_width = $width - 5;
- $_height = $height - ( $GLOBALS['is_winIE'] ? 16 : 5 ); // Hack! @todo Remove WordPress 5.8 is minimum. IE should be fully deprecated.
- $options = stats_dashboard_widget_options();
- $blog_id = Jetpack_Options::get_option( 'id' );
- $q = array(
- 'noheader' => 'true',
- 'proxy' => '',
- 'blog' => $blog_id,
- 'page' => 'stats',
- 'chart' => '',
- 'unit' => $options['chart'],
- 'color' => get_user_option( 'admin_color' ),
- 'width' => $_width,
- 'height' => $_height,
- 'ssl' => is_ssl(),
- 'j' => sprintf( '%s:%s', JETPACK__API_VERSION, JETPACK__VERSION ),
- );
- $url = 'https://' . STATS_DASHBOARD_SERVER . '/wp-admin/index.php';
- $url = add_query_arg( $q, $url );
- $method = 'GET';
- $timeout = 90;
- $user_id = 0; // Means use the blog token.
- $get = Client::remote_request( compact( 'url', 'method', 'timeout', 'user_id' ) );
- $get_code = wp_remote_retrieve_response_code( $get );
- if ( is_wp_error( $get ) || ( 2 !== (int) ( $get_code / 100 ) && 304 !== $get_code ) || empty( $get['body'] ) ) {
- stats_print_wp_remote_error( $get, $url );
- } else {
- $body = stats_convert_post_titles( $get['body'] );
- $body = stats_convert_chart_urls( $body );
- $body = stats_convert_image_urls( $body );
- echo $body; // phpcs:ignore WordPress.Security.EscapeOutput
- }
- $post_ids = array();
- $csv_end_date = current_time( 'Y-m-d' );
- $csv_args = array(
- 'top' => "&limit=8&end=$csv_end_date",
- 'search' => "&limit=5&end=$csv_end_date",
- );
- $top_posts = stats_get_csv( 'postviews', "days=$options[top]$csv_args[top]" );
- foreach ( $top_posts as $i => $post ) {
- if ( 0 === $post['post_id'] ) {
- unset( $top_posts[ $i ] );
- continue;
- }
- $post_ids[] = $post['post_id'];
- }
- // Cache.
- get_posts( array( 'include' => join( ',', array_unique( $post_ids ) ) ) );
- $searches = array();
- $search_terms = stats_get_csv( 'searchterms', "days=$options[search]$csv_args[search]" );
- foreach ( $search_terms as $search_term ) {
- if ( 'encrypted_search_terms' === $search_term['searchterm'] ) {
- continue;
- }
- $searches[] = esc_html( $search_term['searchterm'] );
- }
- ?>
- <div id="stats-info">
- <div id="top-posts" class='stats-section'>
- <div class="stats-section-inner">
- <h3 class="heading"><?php esc_html_e( 'Top Posts', 'jetpack' ); ?></h3>
- <?php
- if ( empty( $top_posts ) ) {
- ?>
- <p class="nothing"><?php esc_html_e( 'Sorry, nothing to report.', 'jetpack' ); ?></p>
- <?php
- } else {
- foreach ( $top_posts as $post ) {
- if ( ! get_post( $post['post_id'] ) ) {
- continue;
- }
- ?>
- <p>
- <?php
- printf(
- esc_html(
- /* Translators: Stats dashboard widget Post list with view count: "Post Title 1 View (or Views if plural)". */
- _n( '%1$s %2$s View', '%1$s %2$s Views', $post['views'], 'jetpack' )
- ),
- '<a href="' . esc_url( get_permalink( $post['post_id'] ) ) . '">' . esc_html( get_the_title( $post['post_id'] ) ) . '</a>',
- esc_html( number_format_i18n( $post['views'] ) )
- );
- ?>
- </p>
- <?php
- }
- }
- ?>
- </div>
- </div>
- <div id="top-search" class='stats-section'>
- <div class="stats-section-inner">
- <h3 class="heading"><?php esc_html_e( 'Top Searches', 'jetpack' ); ?></h3>
- <?php
- if ( empty( $searches ) ) {
- ?>
- <p class="nothing"><?php esc_html_e( 'Sorry, nothing to report.', 'jetpack' ); ?></p>
- <?php
- } else {
- foreach ( $searches as $search_term_item ) {
- printf(
- '<p>%s</p>',
- esc_html( $search_term_item )
- );
- }
- }
- ?>
- </div>
- </div>
- </div>
- <div class="clear"></div>
- <div class="stats-view-all">
- <?php
- $stats_day_url = Redirect::get_url( 'calypso-stats-day' );
- printf(
- '<a class="button" target="_blank" rel="noopener noreferrer" href="%1$s">%2$s</a>',
- esc_url( $stats_day_url ),
- esc_html__( 'View all stats', 'jetpack' )
- );
- ?>
- </div>
- <div class="clear"></div>
- <?php
- exit;
- }
- /**
- * Stats Print WP Remote Error.
- *
- * @access public
- * @param mixed $get Get.
- * @param mixed $url URL.
- * @return void
- */
- function stats_print_wp_remote_error( $get, $url ) {
- $state_name = 'stats_remote_error_' . substr( md5( $url ), 0, 8 );
- $previous_error = Jetpack::state( $state_name );
- $error = md5( wp_json_encode( compact( 'get', 'url' ) ) );
- Jetpack::state( $state_name, $error );
- if ( $error !== $previous_error ) {
- ?>
- <div class="wrap">
- <p><?php esc_html_e( 'We were unable to get your stats just now. Please reload this page to try again.', 'jetpack' ); ?></p>
- </div>
- <?php
- return;
- }
- ?>
- <div class="wrap">
- <p>
- <?php
- printf(
- /* translators: placeholder is an a href for a support site. */
- esc_html__( 'We were unable to get your stats just now. Please reload this page to try again. If this error persists, please contact %1$s. In your report, please include the information below.', 'jetpack' ),
- sprintf(
- '<a href="https://support.wordpress.com/contact/?jetpack=needs-service">%s</a>',
- esc_html__( 'Jetpack Support', 'jetpack' )
- )
- );
- ?>
- </p>
- <pre>
- User Agent: "<?php echo esc_html( $_SERVER['HTTP_USER_AGENT'] ); ?>"
- Page URL: "http<?php echo ( is_ssl() ? 's' : '' ) . '://' . esc_html( $_SERVER['HTTP_HOST'] . $_SERVER['REQUEST_URI'] ); ?>"
- API URL: "<?php echo esc_url( $url ); ?>"
- <?php
- if ( is_wp_error( $get ) ) {
- foreach ( $get->get_error_codes() as $code ) {
- foreach ( $get->get_error_messages( $code ) as $message ) {
- ?>
- <?php print esc_html( $code ) . ': "' . esc_html( $message ) . '"'; ?>
- <?php
- }
- }
- } else {
- $get_code = wp_remote_retrieve_response_code( $get );
- $content_length = strlen( wp_remote_retrieve_body( $get ) );
- ?>
- Response code: "<?php print esc_html( $get_code ); ?>"
- Content length: "<?php print esc_html( $content_length ); ?>"
- <?php
- }
- ?>
- </pre>
- </div>
- <?php
- }
- /**
- * Get stats from WordPress.com
- *
- * @param string $table The stats which you want to retrieve: postviews, or searchterms.
- * @param array $args {
- * An associative array of arguments.
- *
- * @type bool $end The last day of the desired time frame. Format is 'Y-m-d' (e.g. 2007-05-01)
- * and default timezone is UTC date. Default value is Now.
- * @type string $days The length of the desired time frame. Default is 30. Maximum 90 days.
- * @type int $limit The maximum number of records to return. Default is 10. Maximum 100.
- * @type int $post_id The ID of the post to retrieve stats data for
- * @type string $summarize If present, summarizes all matching records. Default Null.
- *
- * }
- *
- * @return array {
- * An array of post view data, each post as an array
- *
- * array {
- * The post view data for a single post
- *
- * @type string $post_id The ID of the post
- * @type string $post_title The title of the post
- * @type string $post_permalink The permalink for the post
- * @type string $views The number of views for the post within the $num_days specified
- * }
- * }
- */
- function stats_get_csv( $table, $args = null ) {
- $defaults = array(
- 'end' => false,
- 'days' => false,
- 'limit' => 3,
- 'post_id' => false,
- 'summarize' => '',
- );
- $args = wp_parse_args( $args, $defaults );
- $args['table'] = $table;
- $args['blog_id'] = Jetpack_Options::get_option( 'id' );
- $stats_csv_url = add_query_arg( $args, 'https://stats.wordpress.com/csv.php' );
- $key = md5( $stats_csv_url );
- // Get cache.
- $stats_cache = get_option( 'stats_cache' );
- if ( ! $stats_cache || ! is_array( $stats_cache ) ) {
- $stats_cache = array();
- }
- // Return or expire this key.
- if ( isset( $stats_cache[ $key ] ) ) {
- $time = key( $stats_cache[ $key ] );
- if ( time() - $time < 300 ) {
- return $stats_cache[ $key ][ $time ];
- }
- unset( $stats_cache[ $key ] );
- }
- $stats_rows = array();
- do {
- $stats = stats_get_remote_csv( $stats_csv_url );
- if ( ! $stats ) {
- break;
- }
- $labels = array_shift( $stats );
- if ( 0 === stripos( $labels[0], 'error' ) ) {
- break;
- }
- $stats_rows = array();
- for ( $s = 0; isset( $stats[ $s ] ); $s++ ) {
- $row = array();
- foreach ( $labels as $col => $label ) {
- $row[ $label ] = $stats[ $s ][ $col ];
- }
- $stats_rows[] = $row;
- }
- } while ( 0 );
- // Expire old keys.
- foreach ( $stats_cache as $k => $cache ) {
- if ( ! is_array( $cache ) || 300 < time() - key( $cache ) ) {
- unset( $stats_cache[ $k ] );
- }
- }
- // Set cache.
- $stats_cache[ $key ] = array( time() => $stats_rows );
- update_option( 'stats_cache', $stats_cache );
- return $stats_rows;
- }
- /**
- * Stats get remote CSV.
- *
- * @access public
- * @param mixed $url URL.
- * @return array
- */
- function stats_get_remote_csv( $url ) {
- $method = 'GET';
- $timeout = 90;
- $user_id = 0; // Blog token.
- $get = Client::remote_request( compact( 'url', 'method', 'timeout', 'user_id' ) );
- $get_code = wp_remote_retrieve_response_code( $get );
- if ( is_wp_error( $get ) || ( 2 !== (int) ( $get_code / 100 ) && 304 !== $get_code ) || empty( $get['body'] ) ) {
- return array(); // @todo: return an error?
- } else {
- return stats_str_getcsv( $get['body'] );
- }
- }
- /**
- * Recursively run str_getcsv on the stats csv.
- *
- * @since 9.7.0 Remove custom handling since str_getcsv is available on all servers running this now.
- *
- * @param mixed $csv CSV.
- * @return array.
- */
- function stats_str_getcsv( $csv ) {
- $lines = str_getcsv( $csv, "\n" );
- return array_map( 'str_getcsv', $lines );
- }
- /**
- * Abstract out building the rest api stats path.
- *
- * @param string $resource Resource.
- * @return string
- */
- function jetpack_stats_api_path( $resource = '' ) {
- $resource = ltrim( $resource, '/' );
- return sprintf( '/sites/%d/stats/%s', stats_get_option( 'blog_id' ), $resource );
- }
- /**
- * Fetches stats data from the REST API. Caches locally for 5 minutes.
- *
- * @link: https://developer.wordpress.com/docs/api/1.1/get/sites/%24site/stats/
- * @access public
- * @param array $args (default: array()) The args that are passed to the endpoint.
- * @param string $resource (default: '') Optional sub-endpoint following /stats/.
- * @return array|WP_Error.
- */
- function stats_get_from_restapi( $args = array(), $resource = '' ) {
- $endpoint = jetpack_stats_api_path( $resource );
- $api_version = '1.1';
- $args = wp_parse_args( $args, array() );
- $cache_key = md5( implode( '|', array( $endpoint, $api_version, wp_json_encode( $args ) ) ) );
- $transient_name = "jetpack_restapi_stats_cache_{$cache_key}";
- $stats_cache = get_transient( $transient_name );
- // Return or expire this key.
- if ( $stats_cache ) {
- $time = key( $stats_cache );
- $data = $stats_cache[ $time ]; // WP_Error or string (JSON encoded object).
- if ( is_wp_error( $data ) ) {
- return $data;
- }
- return (object) array_merge( array( 'cached_at' => $time ), (array) json_decode( $data ) );
- }
- // Do the dirty work.
- $response = Client::wpcom_json_api_request_as_blog( $endpoint, $api_version, $args );
- if ( 200 !== wp_remote_retrieve_response_code( $response ) ) {
- // WP_Error.
- $data = is_wp_error( $response ) ? $response : new WP_Error( 'stats_error' );
- // WP_Error.
- $return = $data;
- } else {
- // string (JSON encoded object).
- $data = wp_remote_retrieve_body( $response );
- // object (rare: null on JSON failure).
- $return = json_decode( $data );
- }
- // To reduce size in storage: store with time as key, store JSON encoded data (unless error).
- set_transient( $transient_name, array( time() => $data ), 5 * MINUTE_IN_SECONDS );
- return $return;
- }
- /**
- * Load CSS needed for Stats column width in WP-Admin area.
- *
- * @since 4.7.0
- */
- function jetpack_stats_load_admin_css() {
- ?>
- <style type="text/css">
- .fixed .column-stats {
- width: 5em;
- }
- </style>
- <?php
- }
- /**
- * Set header for column that allows to go to WordPress.com to see an entry's stats.
- *
- * @param array $columns An array of column names.
- *
- * @since 4.7.0
- *
- * @return mixed
- */
- function jetpack_stats_post_table( $columns ) {
- // Adds a stats link on the edit posts page.
- if ( ! current_user_can( 'view_stats' ) || ! ( new Connection_Manager( 'jetpack' ) )->is_user_connected() ) {
- return $columns;
- }
- // Array-Fu to add before comments.
- $pos = array_search( 'comments', array_keys( $columns ), true );
- if ( ! is_int( $pos ) ) {
- return $columns;
- }
- $chunks = array_chunk( $columns, $pos, true );
- $chunks[0]['stats'] = esc_html__( 'Stats', 'jetpack' );
- return call_user_func_array( 'array_merge', $chunks );
- }
- /**
- * Set content for cell with link to an entry's stats in WordPress.com.
- *
- * @param string $column The name of the column to display.
- * @param int $post_id The current post ID.
- *
- * @since 4.7.0
- *
- * @return mixed
- */
- function jetpack_stats_post_table_cell( $column, $post_id ) {
- if ( 'stats' === $column ) {
- if ( 'publish' !== get_post_status( $post_id ) ) {
- printf(
- '<span aria-hidden="true">—</span><span class="screen-reader-text">%s</span>',
- esc_html__( 'No stats', 'jetpack' )
- );
- } else {
- $stats_post_url = Redirect::get_url(
- 'calypso-stats-post',
- array(
- 'path' => $post_id,
- )
- );
- printf(
- '<a href="%s" title="%s" class="dashicons dashicons-chart-bar" target="_blank"></a>',
- esc_url( $stats_post_url ),
- esc_html__( 'View stats for this post in WordPress.com', 'jetpack' )
- );
- }
- }
- }
|