Go into the PHP file for the plugin and change the information in the header comment. For example, this is the one from the Hello Dolly
plugin that comes with WordPress:
/**
* @package Hello_Dolly
* @version 1.6
*/
/*
Plugin Name: Hello Dolly
Plugin URI: http://wordpress.org/plugins/hello-dolly/
Description: This is not just a plugin, it symbolizes the hope and enthusiasm of an entire generation summed up in two words sung most famously by Louis Armstrong: Hello, Dolly. When activated you will randomly see a lyric from <cite>Hello, Dolly</cite> in the upper right of your admin screen on every page.
Author: Matt Mullenweg
Version: 1.6
Author URI: http://ma.tt/
*/
Change the information in here to reflect that it is a “new” plugin. Just make sure you keep any copyright notices and such intact.
Related Posts:
- Is there a StackExchange-like voting plugin for WordPress? [closed]
- How to Add WYSIWYG Editor (tinyMCE) to plugin options page compatible with WordPress 3.0 and up?
- What is a Network Activated Plugin Exactly?
- WooCommerce – Call to undefined function is_woocommerce()
- Get category ID in “archive-product.php”
- How to distinquish wordpress served links from non-wordpress served links
- Make the css of the widget overwrite theme css
- How to set all external links to a certain domain to “nofollow”?
- wp_mail() is not working in localhost
- do_shortcode() doesn’t work if shortcode contained in variable, works if shortcode passed as string
- htaccess and wordpress config files are regularly over written
- Issue with post request to admin-post.php
- Built in audio player?
- How to show my sidebar in specific page only?
- Possible to add a language file to a plugin without adding .po/.mo files to plugin directory?
- How to upload user profile image from frontend in wordpress ?
- How to import my YouTube channel into WordPress?
- Any Short code Availble for Get Post List With Thumbnail Plugin?
- How get a value from a plugin into another plugin through action/filter
- Carbon Fields use in custom plugin class
- Exclude post by custom meta with pre_get_posts
- CSV file generation failing
- How would I disable a plugin on one page?
- CSV syntax for WP All Import upload without ACF
- Error: Cannot find module ‘../build/Debug/nodegit.node’ [closed]
- Get Time Taken By Each Action Hook in WordPress
- Buddypress – Add the post_id in the bp_activity_add function
- Automatic switch to backup database on fail
- Display wordpress post’s in popup?
- How to remove custom post type and add category and post name
- Paypal Integration [closed]
- Remove hovercard for only certian gravatars
- wp-custom-menu filter removes the current_page_item class
- Can I allow certain people to add/edit pages within a parent?
- Is there a best practice remediation for PhpStorm’s warning that void function the_post_thumbnail is used?
- Is there a loading priority for login_enqueue_scripts?
- How to apply lazy loading in background images [closed]
- How can I test plugin activation using phpunit?
- Prevent direct access to WordPress plugin assets?
- WordPress custom taxonomy not showing
- Any reason not to remove all default WP plugins?
- Determining when was the last time a plugin was activated
- Getting a Page via its post-name using WP REST API v2 and Postman
- A question about register_activation hook
- Better WP Security : dashboard doesn’t work any more
- Software to run on server checking outdated wordpress installations
- Integrating boxtal PHP library into a custom WordPress Plugin
- Changing menu order of a specific plugin in dashboard
- Test my WordPress Plugin standard or not
- issue in wp_localize_script
- Sanitize $_GET variable when comparing
- Where can I save plugin data?
- shortcode – multiple instances of same parameter name in one shortcode instance
- Is there a counter for comments left?
- Modifying post titles on pages, archives and single but not dashboard/admin
- How to add update function to plugin without adding it to https://wordpress.org/plugins/ [closed]
- Every time I save my plugin options it erases another plugin options
- is there a way to pass a parameter to a add_menu_page function?
- How to edit link for comment count
- Personalized Author Area
- New Variable Woocommerce product not showing variations, price, or add to cart on front end [closed]
- WP-ecommerce : Change the price before inserting it into the cart
- Integrating Custom Database with WordPress
- How can I replace content on site generated from plugin without changing plugin
- How do I duplicate a single wpmu site?
- TranslatePress | secondary language category/sub-category not working correctly “`/%category%/%postname%/“`
- Need to know if my approach to designing a geneaology plug-in for wordpress makes sense
- Live Streaming with WordPress?
- How to add height and width to images on a page(using WP Bakery) to improve Google’s CLS score?
- How to change the WordPress Plugin Watson Assistant Chatbot BOX Size?
- I need to register and resize images, safe to delete plugin afterwards?
- How to edit checkout page? [closed]
- How to access custom post meta data from JavaScript
- How to send custom mail when a user complete a specific form
- How to echo meta_key in easy digital downloads receipt (Purchase Confirmation page)
- Generating shortcode and HTML on button click
- Show content from plugin on index
- Modify Plugin shortcode function code
- “Listen” button on my main post page
- CMB2 Post Search Field displays/repeats initial post if left empty
- Add custom field for users
- User content database [closed]
- Conditional required fields for WordPress Contact Form 7
- How to include css for plugin setting page? [duplicate]
- County Finder form/plugin?
- avatar displays outside of targeted area
- Adding hero images to blog posts
- How wordpress plugin hooks works? [duplicate]
- Allow a role to edit one specific plugin
- Gtranslate function with custom menu
- WP Customer Reviews call short code on another page [closed]
- How to import data from another website using an API link?
- Plugin: Custom menu item problem
- Getting warning of Missing argument 2 for wpdb::prepare()
- wordpress plugin noob situation
- turn off WooCommerce for a site in a multi site environment
- How can I make my plugin detect if a certain theme is active?
- Adding fontAwesome to Primary Menu returns after saving the menu
- I start to make custom plugin but for some reason is not working, i get no error. Can someone help me? Thanks
- Is there a membership plugin which offers the ability to hide content based on css rules?