You are using wrong number of arguments in add_filter, you specified to get 2 arguments and you are looking for third one:
Update your add_filter code to this:
add_filter( 'manage_post_tag_custom_column' , 'my_custom_column' , 10 , 3 );
The 3 in the end tells the filter to provide all the three arguments to your function.
Related Posts:
- is it possible to add “extra” table nav to edit-tags.php screens?
- Add quick edit fields without custom colum
- How to always display a specific post from the search result first
- Change term name only on front
- Add Sortable Column For All Post Types
- How to add ‘total’ value to custom column title on the posts list page
- How to order by taxonomy using wp_query
- Filter taxonomy admin pagination
- Filter custom post type using multiple taxonomy dropdowns
- Adaptive product filters for WooCommerce
- Filter to shorten column content on edit-tags.php
- Sorting a specific taxonomy by archive date using URL
- Admin: how to make a custom list filter button send GET queryvars
- List all categories that have results in a query
- Display post after choice two taxonomy terms
- Admin view: filter posts by whether they have specific taxonomy attached
- WP Job Manager – display search results from custom search form in taxonomy-job_listing_category page
- Turn wp_tag_cloud into a front-end filter
- manage_users_custom_columns filter not firing callback functions
- How to filter users on admin users page by custom meta field?
- Custom sortable columns ordered by meta-value?
- Custom theme hooks / filters – passing arguments
- What params are available with the_content filter?
- How to hook wp_list_pages?
- Gallery Settings Change available Columns
- How to exclude/filter a tag from get_the_tag_list()
- Filter the blog’s title without using global variables
- user_has_cap filter allows edit but will not allow save
- Add filter to wp_dropdown_pages() or wp_dropdown_categories() – no select container?
- How to get list of all hooks of current theme / plugin?
- get_query stops working after post filter
- How to filter into post meta data before saving
- Can you use add_filter() inside other function?
- is there a specific place where add_filter must be placed?
- add_filter() function misunderstanding
- How to make a widget expand wider than the column width when editing its settings in the admin
- Is there a wildcard/catchall filter hook?
- Apply the_content filter, but prevent other hooked actions
- Filter my args by the post 1st letter
- Can the wp_filter object hold multiple values with the same key
- apply_filters/do_action tag characters limit
- Adding Filter to Homepage only
- the_excerpt filter with an empty excerpt
- Add Defer Attributes to WordPress Scripts with consistent versioning
- Does auto_update_plugin Filter Work When Put In Theme’s functions.php File
- Remove CSS & JS files from WordPress Main Page For Increase Pagespeed?
- String regex match replace for role ‘contributor’ only
- In need of a content replace filter for posts in a specific wordpress category
- Can plugins that filter post contents work on posts from Word 2007?
- How to filter post content and force every link () made in blocks to return urldecode() with readable value?
- Better extend a class or use add filter/action hooks?
- Link to Shop-Filter with .current-menu-item
- Adding a Clone link to product attributes – post_row_actions() filter, or how to override a Class question
- wp_upload_bits Upload Specific Sizes Only
- Remove posts inside pre_get_posts using a custom query
- Remove / Hide Attachment Display Settings in Add Media popup / dialog
- how to customize rss feed tags using hooks?
- Woocommerce “added to cart” message on main(home) page
- Why does adding a filter to ‘the_title’ break the server?
- Is it possible to apply filter to meta key value when querying posts?
- Add filter for specific post type only
- apply_filters with multiple args and multiple add_filter
- Trying to get property of non-object in shortocde
- Avoid user registrations with specific email provider
- Should I remove_filter in order to replace a filter?
- How can I specify the post status of an untrashed post?
- filter hook to load a different post/page on current post/page
- How would I be able to use a font awesome icon as a user’s avatar?
- Rewrite rule and display of post
- add_filter the_content doesn’t work
- Redirect to woocommerce checkout after adding to cart – item already in cart
- Passing variable from child theme function to parent theme filter
- `authenticate` filter never gets called
- paginate_links() Change the order of links
- Add Filter – Pass Variable (PHP < 5.3)
- How to disable a wp filter in a certain admin panel page
- Is there a filter to programmatically change the HTML tab switching output of the page editor?
- Why does admin_body_class not work?
- post_orderby filter breaks function
- Disable Remember Me in Login Form
- Counting a WP_Post Object value in an arary, using a filter?
- Multiple Tag Filtering
- Distinguish between page and post in function
- How to filter page title for certain page?
- Displaying posts on a page that have been assigned a value in a database
- Replace Text with hyperlinks
- adding an action inside if condition not working
- Adding filter to an specific page/site direction
- How to filter wp_get_recent_posts() to only posts that have thumbnails?
- How to check which submission button was clicked?
- check, if any “add_action” function contains string XXXXXXXXX
- remove_action conditionally for Custom Post Type – not working
- wp_get_attachment_link filter not working
- How would I remove an inline googleAPI font script in the the parent theme header.php?
- Getting entry ID from frm_email_message filter in formidable
- Is there a hook or filter that adds a button to the left of the search box?
- Filter and manipulate the get_current_user() function
- add_filter(‘the_content’, ‘method’) does not trigger my custom method
- Filter a custom post type by custom field in admin
- Search and Filter Using Custom Post Type, Custom Taxonomy, and Advanced Custom Fields