[wp-trac] [WordPress Trac] #55894: Where is the "wp_update_user_counts" action defined?
WordPress Trac
noreply at wordpress.org
Fri Jun 3 11:09:16 UTC 2022
#55894: Where is the "wp_update_user_counts" action defined?
--------------------------+----------------------
Reporter: tmatsuur | Owner: (none)
Type: defect (bug) | Status: closed
Priority: normal | Milestone:
Component: Users | Version: 6.0
Severity: normal | Resolution: invalid
Keywords: | Focuses:
--------------------------+----------------------
Comment (by knutsp):
From wp-settings.php line 337:
{{{#!php
// Load multisite-specific files.
if ( is_multisite() ) {
require ABSPATH . WPINC . '/ms-functions.php';
}}}
So this only work on multisite.
--
Ticket URL: <https://core.trac.wordpress.org/ticket/55894#comment:5>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list