[wp-trac] [WordPress Trac] #26495: Dashboard "At a Glance" hooks changed
WordPress Trac
noreply at wordpress.org
Mon Dec 9 05:54:16 UTC 2013
#26495: Dashboard "At a Glance" hooks changed
----------------------------+--------------------
Reporter: nacin | Owner:
Type: defect (bug) | Status: new
Priority: high | Milestone: 3.8
Component: Administration | Version: trunk
Severity: normal | Resolution:
Keywords: |
----------------------------+--------------------
Comment (by nacin):
I don't really care about compatibility about the old hooks. Having
information in the Right Now widget was merely a value-add. And, the
widget completely changed. "At a Glance" is a pretty solid instruction for
what plugin authors should be putting in this box.
{{{
$ ack --php 'right_now_(content|discussion)?table_end'
plugins/bbpress/includes/admin/metaboxes.php
29: * @uses do_action() Calls 'bbp_dashboard_widget_right_now_table_end'
217: <?php do_action( 'bbp_dashboard_widget_right_now_table_end' ); ?>
plugins/buddy-bbpress-support-topic/includes/bbpress-functions.php
700:add_action( 'bbp_dashboard_widget_right_now_table_end',
'bpbbpst_bbpress_right_now_dashboard_stats' );
plugins/disable-post-fonctionnality/disable-post-fonctionnality.php
142: do_action('right_now_table_end');
plugins/fv-antispam/fv-antispam.php
45: add_action( 'right_now_table_end', array( $this,
'admin__show_dashboard_count' ) );
plugins/mailbase/library/wp-framework/Base.php
1196: public function action_right_now_table_end(){}
plugins/quiz-master/quiz_master.php
69:add_action('right_now_table_end', 'quiz_master_add_dashboard');
plugins/report-comments/report-comments.php
132:add_action('right_now_table_end','rc_dashboard_status');
plugins/revisionary/admin/admin-dashboard_rvy.php
2:add_action ( 'right_now_table_end', 'rvy_right_now_pending' );
plugins/right-now-reloaded/right-now-reloaded.php
290: do_action( 'right_now_table_end' );
plugins/role-scoper/admin/admin-dashboard_rs.php
3:add_action ( 'right_now_table_end', 'scoper_right_now_pending' );
plugins/user-messages/view/DashboardFeatures.php
23: add_action('right_now_table_end', array(&$this,
'add_right_now_table_row'));
plugins/wordpress-by-circle-tree/includes/class.wp_login_lockdown.php
73: add_action('right_now_table_end', array($this,
'admin_home_failed_logins'));
plugins/wordpress-ecommerce/marketpress-includes/marketpress-stats.php
14: add_action( 'right_now_table_end', array(&$this,
'rightnow_dashboard_widget') );
plugins/wp-blackcheck/wp-blackcheck.php
249: add_action('right_now_table_end', 'wpbc_table_end' );
plugins/wp-deals/wpdeals-admin/admin-dashboard.php
13: add_action('right_now_table_end', 'wpdeals_right_now');
plugins/wp-reportpost/main.php
295:add_action('right_now_table_end', 'wprp_right_now_table_end');
296:function wprp_right_now_table_end()
plugins/wp-tsina/wp-tsina.php
33: add_action('right_now_table_end', 'tsina_addto_right_now');
plugins/wplistcal/admin.inc.php
472:add_action("right_now_table_end", "wplc_activity_box");
plugins/wypiekacz/wypiekacz.php
86: add_action(
'right_now_content_table_end', array( &$this, 'right_now_table_end' ) );
88: add_action( 'right_now_table_end',
array( &$this, 'right_now_table_end' ) );
1174: function right_now_table_end() {
plugins/zelist/includes/admin-functions.php
489:add_action('right_now_table_end','zelist_activity_report');
plugins/zelist-directory/zelist-directory.php
217:add_action('right_now_table_end','zelist_activity_report');
}}}
--
Ticket URL: <http://core.trac.wordpress.org/ticket/26495#comment:1>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list