Give this a try
1) First add new headers for the plugin meta:
add_filter('extra_plugin_headers', 'add_extra_headers');
function add_extra_headers(){
return array('Author2');
}
2) Next filter the authors meta row on output:
add_filter('plugin_row_meta', 'filter_authors_row_meta', 1, 4);
function filter_authors_row_meta($plugin_meta, $plugin_file, $plugin_data, $status ){
if(empty($plugin_data['Author'])){
return $plugin_meta;
}
if ( !empty( $plugin_data['Author2'] ) ) {
$plugin_meta[1] = $plugin_meta[1] . ', ' . $plugin_data['Author2'];
}
return $plugin_meta;
}
3) When you create the plugin add the new meta key and value..example:
/**
* Plugin Name: My Plugin
* Plugin URI:http://myplugin.com
* Description: My Plugin is the Best!
* Version: 1.0
* Author: <a href="#">Author One Name</a>
* Author2: <a href="#">Author Two Name</a>
*/
Related Posts:
- Publish author posts only with editor approval?
- Set a User as Author of all ‘New Posts’ posted
- How to develop a community feature in the dashboard for multiauthor site
- Change destination author link
- Don’t send notification if author comments his own post plugin help?
- wordpress plugin that show my reputation (points) in any stackexchange project in my wordpress blogs
- Improving a Stackoverflow “inspired” badge system to display badges in author page
- Get total number of comment of the posts written by an author
- Not getting author rank when using return
- Custom post type – no layout section of Document tab, and no author choice
- Modifying Author Link to add Author Meta in URL
- How to set add question capability for author role in wp pro quiz plugin
- Automatically Assign Author to Category [closed]
- Co-Authors Plugin Displaying Wrong Author
- Change get_current_user_id code to the author’s profile
- Can I put in Github the code of a abandoned plugin I want to fork?
- Show author on every sub-page
- Woocommerce: limit user to see only the products he created
- OceanWP settings are missing from Add New Post [closed]
- how to add custom info on author page? plugin, child theme?
- Individual Comment Notification Setting For Post Author
- Personalized Author Area
- how can authors to define custom pages?
- Is there a way to input different rel=author and rel=publisher attributes for a WP blog w/ multiple authors?
- How can i list random author?
- Author & date removal
- Adding plugin editing capability for Author
- co-authors plugin – inline listing
- Display Author name PHP (Selfmade Plug-IN)
- How to display ACF coustom field from category on author.php
- Co-author plus: list of posts by authors in the sidebar
- Changing author slug for a custom role without using plugin
- Remove dashboard links from wordpress
- How to get the total count of Favorite/Favorited authors
- how to show Author group not Author name
- How to prevent authors from editing their post count?
- Displaying friend’s posts only
- How to show author’s avatar in the post meta data with plugin `user-avatar`
- Unfortunately removed myself as plugin committer
- Check if post was modified by editor different than post author
- Want to add post to user dashboard
- WordPress sharding: which multi-DB plugin to use?
- wp_enqueue_scripts not working in custom theme
- Is there a plugin to show the code tag button on the visual editor?
- Additional, optional fee on Woocommerce Checkout [closed]
- OEmbed from Pinterest
- Error: “Cannot modify header information”
- how to display all posts Custom fields dynamically?
- Nested CPT URLs + Posts 2 Posts
- [Plugin: Posts 2 Posts] How does it work?
- How to Implement “Notice: This theme recommands the following plugin:xyz” in wordpress? [closed]
- Accessing GET variable named ‘error’
- I don’t understand how this parameter works..?
- Cannot login to ADMIN even after changing password in phpmyadmin
- download_url() appears as grey icons
- How can I add an options page for my class based plugin?
- Sending WP posts to external API
- dynamically generating plugin syntax
- wp_create_nonce function doesn’t work inside a plugin?
- Events Plugin that works with existing categories?
- How to display more than one instance for a widget?
- Creating a custom post type, adding custom meta fields, preventing all future editability of posts of this type
- wp_get_post_terms is difference obj model than the one in rest api response
- How to import multiple language mutations to polylang?
- Creating a Callback URL for WordPress Woocommerce to update Order Status
- Delete mobile menu button [closed]
- Widgets Scripts don’t load – but load when I reload the page
- How to replace WordPress Media Upload Window with user’s device window?
- WordPress stats API key
- Anyway to convert a plugin to become a shortcode?
- How to automatically add edit link on frontpage post of any wordpress theme?
- Use different single.php file based on condition
- Change the style of h1, h2, only in post entry
- Pass user role to javascript code inside body
- Blog previews on custom page with more buttons
- Elementor page builder plugin not loading up all the way? [closed]
- Plugin option default value
- Dropdown menu on click change
- How to turn my WordPress site into a ready to deploy template?
- Optimal image size for wordpress?
- How to add the search page link to the anchor tag?
- How to fetch WordPress database values in JavaScript widget
- Possible way of having multiple Gutenberg instances for a page?
- WordPress: Can’t connect to the Akismet servers
- Plugin updates, change file permissions on WordPress
- I am Getting Sorry, no posts matched your criteria on form submit only for certain page [duplicate]
- Plugin information tabs show large blank area at top
- Dynamic input fields in WordPress Plugin
- Custom role not listed
- How to Prevent User From Submitting Property Or View His Posted Properties Before Login in wordpress?
- WP Rest API v2.0 user profile update issue
- Change default url to plugin custom post type
- plugins_loaded action is not working properly
- After installing plugins, changes don’t appear
- How to add a plugin in WordPress theme directory?
- wp insert post not working
- manage_{taxonomy}_custom_column not working
- I want create woocommerec match products columns
- How to be Variables and options must be escaped when echo’d?
- Remove embed url for internal links