Top Google Search Results
- php - WordPress SVN - BuddyPress
'make_spam_user' : 'make_ham_user'; do_action( $wp_action, bp_displayed_user_id() ); } // Allow plugins to do neat things do_action( ... - <?php /** * Multisite administration functions. * * @package ...
... 1 ) do_action( 'make_spam_user', $id ); else do_action( 'make_ham_user', $id ); } return $value; } function refresh_user_details( $id ) { $id = (int) $id; if ( ! - bp_core_action_set_spammer_status - etivite
'make_spam_user' : 'make_ham_user'; do_action( $wp_action, bp_displayed_user_id() ); } // Allow plugins to do neat things do_action( ... - update_user_status (WordPress Function) - WPSeek.com
clean_user_cache( $user ); if ( $pref == 'spam' ) { if ( $value == 1 ) do_action( ' make_spam_user', $id ); else do_action( 'make_ham_user', $id ); } return $value; ...