I have the same problem on WP 3.2.1.
There was a filter conflict because a plugin (User Access Manager) calls manage_users_custom_column
filter too.
I change priority and it solved the problem :
add_filter( 'manage_users_custom_column', 'custom_user_column_value', 15, 3 );
Hope that helps 🙂
Related Posts:
- Adding tables to dashboard pages programmatically?
- Determine which theme location a wp_get_nav_menu_items is for
- Dynamically Override Fancy Title
- Problems with removing admin bar
- Does add_filter work outside functions.php
- WordPress after content Hook & external template part
- override pluggable.php functions
- get_current_screen() return null
- WordPress class, using add_action to call member function does not work
- Call to undefined function is_home() or any conditional tags
- Override category archive page title (not the head title)
- WordPress permalink setting
- How do I update a field of a meta box?
- Search and Filter
- How can I replace content in the WP Admin area before an admin page is rendered?
- How to add user details to different tables immediately after user registration
- How to filter content for specific content variable
- WordPress custom taxonomy check box to dropdown
- mysql_real_escape_string() vs. esc_sql() in WordPress
- WordPress function get_the_terms() returns ‘Invalid taxonomy’ error
- Using ob_get_content to get_search_form puts into infinite loop
- Checking for existence of a page by title?
- Valid filenames for add_action’s first parameter
- How do I access the menus produced by Dashboard > Appearance > Menus
- how to get context information inside my funcion
- Redirect to another page using contact form 7? [closed]
- How to modify files inside wp-includes directory in wordpress
- Fatal error: Call to a member function get_page_permastruct() on a non-object
- wp_get_post_terms Order by not working
- How to get all queries’s results after they have executed?
- Function/Class to list categories with checkboxes
- How to get the post excerpt using post object?
- wp_get_theme Warning: Illegal offset type
- Check if variable is set in filter
- Override a function defined in wp-includes/comment-template.php
- Why wp_die() doesn’t work with wp_redirect but exit() works
- Remove an action by extending class and replacing it
- Warning: call_user_func_array() expects parameter 1 to be a valid callback
- Print Dashboard submenu name and filename
- Autogenerate a Table of Contents
- hook filter after the_content on a specific page
- Alternative functions for mysql_free_result and mysql_ping in wordpress functions
- Bind a function with its own argument to show something dynamically after every content
- WordPress multisite,use same cookies across all website?
- Apply styles to blockquote element with the WYSIWYG editor
- Hook add_attachment error
- WooCommerce change Tax Class programmatically when Recalculating an existing Order [closed]
- unregister_setting() vs delete_option() for plugin update
- Does hooking into a plugin action / filter override the plugin’s function for that hook?
- WordPress Plugin Boilerplate – add actions and/or filters based on user’s role
- Remove tag from all posts when publishing new post
- WordPress plugin how to run function when button is clicked
- wp_ajax add_action fuction won’t fire on custom jQuery action
- Redirect theme directory to plugin theme directory
- WordPress Reset password Strength set to medium
- Change Front page displays settings conditionally when user is online
- login_message filter not working
- Add_action not calling callback function
- I have a plugin where in I have to change the title of the page dynamically by sending parameter to the_title filter
- WordPress Dropdown image select
- Add function to Dokan ajax class
- Modify search form with plugin
- Single_template for a custom post type created from a plugin is returning an empty page
- foreach argument to get specific file types getting too many returns
- get_comment_meta() for a filter hook in a plugin
- WordPress Add advertising ads befor and after content with periority [closed]
- Which filter to use to pre-parse form elements, which are generated by plugin’s shortcode?
- Remove from a div by class name from post page if post author role is not administrator
- Function not working on any file other than the main plugin file
- Building WordPress Themes With Bootstrap with Adi Purdila → TutsPlus
- Custom signature appears twice on page
- Caption Shortcode: what filter to change the image size?
- Confusing $tag specification for apply_filters call, in core options.php code
- Ajax not working to insert, query and result data
- Hook for plugin to show content for certain urls
- How to filter get_adjacent_post()?
- Template file structure , wordpress hook for altering the template
- How can I see a varibles value when my plugin runs?
- post_results filter confused by pagination in sidebar and main section
- How can I add recent posts to menu like mashable
- Why is ‘register_activation_hook’ undefined?
- Dynamic banner for use on external sites
- How can i call from custom fields to the category editor?
- How do I replace title with my plugin?
- Apply Filters Causing a 500 Internal Server Error
- Custom options page for themes
- wp_mail_from not changing from address
- Why does this fail: Disabling plugins enqueue_script() in functions.php
- Call do_action() within WordPress cronjob
- append code after the_content not working
- add_filter adds output in the head
- Apply function on all action hooks?
- How to plugin function code move to theme function.php ? I’ve tried below code but not working [closed]
- WordPress simple ‘Hello World’ plugin – problems
- get_term_by() returning null on plugin
- Do Not Back Up? Is there any accepted way to tell backup and clone plugins to skip a certain file? [closed]
- plugabble wp_authenticate function not works from wp-login.php
- Ninja Forms: Front-End Forms, Post ID?
- Sticky bar with filter button and product count
- Attributes array not saving values