Title: Using and Editing a plugin
Last modified: August 22, 2016

---

# Using and Editing a plugin

 *  Resolved [AM77](https://wordpress.org/support/users/andy277/)
 * (@andy277)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/using-and-editing-someones-plugin/)
 * I only add small snippets of code in an mu-plugin to add functionality and install
   plugins.
 * I like the infinite scroll that comes is included with jetpack by automatic for
   my multisite, but I prefer to have it without having jetpack installed.
 * All I did was put the infinite-scroll javascript file in a new directory, put
   infinite-scroll php file in an mu-plugin file, edited a couple of bits of code
   such as enqueue the the new location of the infinite-scroll javascript file and
   put code at the bottom to make it work properly for all my themes. I am not sure
   yet whether I will turn this into a plugin for users to enable or disable.
 * Do I make any changes to the plugin info:
    /* Plugin Name: The Neverending Home
   Page. Plugin URI: [http://automattic.com/](http://automattic.com/) Description:
   Adds infinite scrolling support to the front-end blog post view for themes, pulling
   the next set of posts automatically into view when the reader approaches the 
   bottom of the page. Version: 1.1 Author: Automattic Author URI: [http://automattic.com/](http://automattic.com/)
   License: GNU General Public License v2 or later License URI: [http://www.gnu.org/licenses/gpl-2.0.html](http://www.gnu.org/licenses/gpl-2.0.html)*/
 * Thanks in advance

The topic ‘Using and Editing a plugin’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 0 replies
 * 1 participant
 * Last reply from: [AM77](https://wordpress.org/support/users/andy277/)
 * Last activity: [11 years, 10 months ago](https://wordpress.org/support/topic/using-and-editing-someones-plugin/)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
