[wp-hackers] row output on wp-admin/users.php

Claudio Simeone mrbrog at gmail.com
Tue Jul 21 05:41:01 UTC 2009


2009/7/20 Matt Martz <matt at sivel.net>:

> If you look at where manage_users_custom_column is defined in the code
> you will see:
>
> apply_filters('manage_users_custom_column', '', $column_name, $user_object->ID);
>
> Where $column_name is the 2nd argument and $user_object->ID is the 3rd argument.
>
> You have the arguments reversed in your callback function.

yes, I noticed it 1 second after the mail was sent :)

do you know why manage_users_custom_column  (and similar functions)
have an empty argument?

apply_filters('manage_users_custom_column', '' <====

thanks
Claudio


More information about the wp-hackers mailing list