As long as the received arguments and the return values are the same, yes, you can combine them.
add_filter( 'manage_edit-post_columns', 'my_columns_callback' );
add_filter( 'manage_edit-recipe_columns', 'my_columns_callback' );
function my_columns_callback( $columns ) {
$columns['author'] = 'User';
return $columns;
}
Related Posts:
- Apply class to every paragraph that holds image?
- static variable loop not working in WordPress
- Hide custom image sizes from media library
- Set media upload attachment link to none and hide it in WP v3.5
- How to set custom cookies before output
- How can I hook into and edit the text of a wp_nav_menu tag?
- Rename image uploads replacing “width” and “height” in filename with “medium”, “large”, “small”
- Rename image uploads with width in filename
- How to make an meta_query optional?
- Check if page parent has certain template
- How to remove “out of stock” variation options from size dropdown in woocommerce?
- “Maximum function nesting level of ‘100’ reached” after adding a new filter
- Find variables available at a given hook
- wp_get_attachment_url filter won’t accept two arguments
- Why do filters/actions require an argument count?
- Filter link to existing content suggestion
- Getting my head round WordPress filter
- How to set a custom path, for ajax image upload folder in admin?
- Filter get_the_title to remove certain characters?
- How to use return in my custom function instead of echo
- When using the_author hook, how can I determine the PHP file that generates each call to `the_author()`?
- WordPress php filter admin_body_class not working
- Remove a filter added by a plugin
- Change the site tagline (or similar) based on current page
- Handling Body class based on Template
- WooCommerce Related Products by Attribute
- Custom filter in admin edit custom post type responding with invalid post type?
- Add a class to the anchor tag on HTML5 gallery
- add_action shortcut?
- How to control WordPress image metadata (using Imagick)?
- Show prices with tax in Woocommerce Mini Cart [closed]
- Ajax category filtering products default show all
- Add a specific part of current category page url to shortcode
- Removing “wpautop” (auto tags) only on certain pages?
- Remove the first 5 characters of the_title and orderby that
- Print last modified date only on posts
- WordPress Gravatar filter is removing my custom attributes
- Change tinyMCE editor to allow marked content when pasting from Word
- How to debug this search & replace strings snippet?
- Hide Featured Image Meta Box on Editor Screen
- Add item to top of menu using a filter in functions.php
- How to make modifications only to certain elements of an HTML string on the server-side?
- Filtering a function’ output for a new continued function
- Deleting Certain terms from appearing on the front end as links
- Add meta tags to a custom header
- Ajax filter button display all posts
- How to append to an array and return the results in a filter?
- Custom query vars filters problem with pagination
- Filter by field with array value in ACF on WP REST API
- wrap a span tag around author’s post count
- Get the name of menu item with wp_nav_menu
- update_post_meta() not saving data inside of save-post filter
- How to add aria role and schema markup to custom walker container
- Must filter functions receive all arguments passed to them?
- How to internationalize header image?
- User filter posts by year
- Filter wordpress posts without searching the keywords in the post content
- Variation prices breakdown only for single product page
- Remove Author Links
- Apply function.php filter only if url not has /amp/
- How to use apply_filters() inside a plugin class?
- How to edit post meta data before publishing the post it self wordpress?
- Multiple Tag Filtering
- Should I set a page as “No-index” if I include it’s content within the front-Page.php via this method?
- How to change href of a Widget menu item link?
- Reload page with a different shortcode when a user selects from a dropdown
- WordPress Ajax filter: Create two loops for different output styles?
- How to disable sub menu items from being created?
- How to display custom seo title before the loop?
- How can i style “echo apply_filters”
- Adding body class to html tag that already has language attrubutes?
- Add class to all meta boxes for a custom post type
- How to remove title tag with this filter
- Custom theme: adding unwanted tags in the content
- Apply filters when loading post via ajax
- Get terms of the posts with one query
- Woocommerce Price Text
- Limit Taxonomy Parents
- Select All not working in a WordPress search filter
- dynamically filter by category via sub-menu
- Display a list of users with avatar filterable with alphabets
- WXR XML import is stripping php tags that I need to keep
- How to add custom checkout field in user details mail template
- Keeping the previous get value and add another value when submitted
- AJAX: WordPress filters inside $html do not work as intended
- Why not showing all post by default in my jquery filter
- For each loop will not append to the_content hook
- Assign new post author IF another user in custom field on post transition
- Blog Posts not sorted and pagination not adjusted after filtering some category
- Modify meta data before saving to database
- Add attribute to featured image with filter (wp_get_attachment_image_attributes)
- How to add different menu items on different menus?
- How to pass value to add_filter wpcf7_form_tag from another function?
- Add text below WooCommerce short description if metabox value is true
- How rename wp-content and wp-admin folders correctly
- Unable to logout correctly after wp-login file was modified
- Show post in elementor based on views and specific category with query id feature in elementor
- Prevent publishing of uncategorized posts
- WordPress query_posts with multiple tax_query
- Filtering with Attributes – how to display all non-queried products below query