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 to include PHP files in plugins the correct way
- Difference Between Filter and Action Hooks?
- How to create an API for my plugin?
- How to add sub-menu to a menu generated by wp_nav_menu by using plugin
- What is an alternative method to the WordPress private _doing_it_wrong() function
- Using OOP plugin’s methods throughout the website
- Explanation of the “posts_join” and “posts_fields” filter hooks?
- How do you use the plugin boilerplate loader class to hook actions and filters?
- How Can I Add a Filter to Class Instance Only?
- Is it possible to remove next-post / previous-post with out creating a custom template?
- Proper way to use apply_filters() with class functions?
- WordPress plugin how to run function when button is clicked
- Editor access to plugin settings
- add_filter and remove_filter added before and after wp_query
- Some nav-menu filters do nothing
- Shortcodes, output buffering, and WordPress functions
- Convert hyphen to underscore in permalinks
- When to check if a function exists
- What’s the difference between hooks, filters and actions? [duplicate]
- Checking for existence of a page by title?
- How to override filter in child theme?
- WordPress Media mime type filter problem 4.0
- How to add custom content under plugin row in WordPress admin plugin list?
- What is the difference between current_page_parent and current_page_ancestor?
- Define a function outside a class and call the function using action or filter hook
- What function to hook for changes made in status and visibility of a post
- Synchronize Custom post type tags to WordPress default posts tags
- how to use preg_replace for wordpress video?
- wp_enqueue_script + wp_enqueue_style Since When
- $content variable – Is this a reserved variable for a WordPress function? – php / wordpress
- Retrieve contents/page names of various pages for use in a plugin
- Can wp_list_comments output into variable?
- Can I change header.php of current theme through a plugin function?
- best practice for query string values – get_query_var always empty for my value supplied in query string
- Problems with: manage_${post_type}_posts_columns
- How To Change Logout Screen Title
- Add code inside specific wordpress standard function
- Check for template part, else filter content
- How to filter the_content() & include content from template
- How can I remove a function that has been added to wordpress with add_filter?
- How to change the hover content of a specific menu item on WordPress?
- Replace youtube embed in wordpress
- How do I update a field of a meta box?
- How can I replace content in the WP Admin area before an admin page is rendered?
- How to filter content for specific content variable
- WordPress function get_the_terms() returns ‘Invalid taxonomy’ error
- How to get all queries’s results after they have executed?
- 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
- Bind a function with its own argument to show something dynamically after every content
- Apply styles to blockquote element with the WYSIWYG editor
- Hook add_attachment error
- Update variable value via add_filter
- Make wordpress join default user metas with a column from another table while displaying the wp_users table on the users screen
- How to output functions from plugin inside theme
- Configure WordPress to Generate Scheme-less Relative URLs
- Gravity Forms Anchor only on Front Page?
- How to find list of all functions bind to a particular hook from my plugin?
- Overwriting a plugin function
- Writing editor content to a file
- How do i remove the title from a specific page
- Can / should a widget plugin define its own Widget Area?
- Modify code for functions.php with specific twitter user url and hashtags
- can’t access some WordPress function from my plugin
- Customise Grouped Product display in Woocommerce with custom column
- Can someone explain what’s the use of parse request function in WordPress?
- add_filter postbox_classes multiple post types
- Add default value from selection
- Override woocommerce loop-start.php from theme using plugin?
- Why would one specify multiple arguments when using get_previous_posts_link() which takes only one parameter?
- I cant add is_admin control to plugin
- 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
- WordPress plugin how to run function when button is clicked
- Change Front page displays settings conditionally when user is online
- 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
- Add function to Dokan ajax class
- Function not working on any file other than the main plugin file
- Caption Shortcode: what filter to change the image size?
- Hook for plugin to show content for certain urls
- wp_mail_from not changing from address
- append code after the_content not working
- get_term_by() returning null on plugin
- Ninja Forms: Front-End Forms, Post ID?
- Attributes array not saving values