« Return to Thread: row output on wp-admin/users.php

Re: row output on wp-admin/users.php

by Matt Mullenweg :: Rate this Message:

Reply to Author | View in Thread

On 7/16/2009 10:05 AM, Claudio Simeone wrote:
> add_action('manage_users_custom_column', my_user_cols_cc'); // this not

You're missing an opening quote there -- is that in the original code or
a copy/paste error?

If your action function accepts multiple arguments, you need to tell
add_action as well:

http://codex.wordpress.org/Function_Reference/add_action

--
Matt Mullenweg
http://ma.tt | http://wordpress.org | http://automattic.com
_______________________________________________
wp-hackers mailing list
wp-hackers@...
http://lists.automattic.com/mailman/listinfo/wp-hackers

 « Return to Thread: row output on wp-admin/users.php