I knew that we can create child themes for wordpress. But i want to know can we create child plugins. The reason for this is i want to insert some text or something to the existing plugin without touching the plugin files. So my changes will not be affected while upgrading the plugin. Please advice it is possible or not. Thanks
Share
Use
hooks&filtersto modify your plugin function from your theme’sfunctions.php. So it won’t be affected at plugin upgrade time.Have a look @ PluginAPI