[wp-hackers] Renaming a plugin

Tuna Can tunamaxx at yahoo.com
Sat Nov 21 20:08:07 UTC 2009


Checkout the WordPress Codex page here:

http://codex.wordpress.org/Writing_a_Plugin

It will tell you how "the top of your Plugin's main PHP file must contain a standard Plugin information header." The info you want to change is in there.


<?php
/*
Plugin Name: Name Of The Plugin
Plugin URI: http://URI_Of_Page_Describing_Plugin_and_Updates
Description: A brief description of the Plugin.
Version: The Plugin's Version Number, e.g.: 1.0
Author: Name Of The Plugin Author
Author URI: http://URI_Of_The_Plugin_Author
*/
?>




--- On Sat, 11/21/09, Dan Phiffer <dan at phiffer.org> wrote:

> From: Dan Phiffer <dan at phiffer.org>
> Subject: [wp-hackers] Renaming a plugin
> To: wp-hackers at lists.automattic.com
> Received: Saturday, November 21, 2009, 11:37 AM
> Hi all,
> 
> I'm pretty new to WordPress plugin development, so
> apologies if this is an obvious question. How does one go
> about renaming a plugin? Both as in changing the text that
> appears above Description / Installation / Screenshots etc.
> and also the path http://wordpress.org/extend/plugins/[plugin-name]/
> 
> Thanks!
> -Dan
> _______________________________________________
> wp-hackers mailing list
> wp-hackers at lists.automattic.com
> http://lists.automattic.com/mailman/listinfo/wp-hackers
> 


      __________________________________________________________________
Looking for the perfect gift? Give the gift of Flickr! 

http://www.flickr.com/gift/



More information about the wp-hackers mailing list