Making WordPress.org

Changeset 5312


Ignore:
Timestamp:
04/10/2017 09:43:20 PM (7 years ago)
Author:
coffee2code
Message:

Plugin Directory: Migrate stats admin tool over from bbPress1 implementation.

Shows plugin repo and SupportPress stats.

Available to plugin reviewers via Tools > Stats Report

Stats relating to the number of plugins rejected, approved, or delisted have not been logged since the switchover to WP. Stats for plugins requested may be suspect.

See #1726.

Location:
sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/class-plugin-directory.php

    r5269 r5312  
    33use WordPressdotorg\Plugin_Directory\Admin\Customizations;
    44use WordPressdotorg\Plugin_Directory\Admin\Tools\Author_Cards;
     5use WordPressdotorg\Plugin_Directory\Admin\Tools\Stats_Report;
    56
    67/**
     
    7576            Customizations::instance();
    7677            Author_Cards::instance();
     78            Stats_Report::instance();
    7779
    7880            add_action( 'wp_insert_post_data',    array( __NAMESPACE__ . '\Admin\Status_Transitions', 'can_change_post_status' ), 10, 2 );
Note: See TracChangeset for help on using the changeset viewer.