<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.1" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
		>
	<channel>
		<title>WordPress Ideas &#187; Topic: Child Plugins</title>
		<link>https://wordpress.org/ideas/topic/child-plugins</link>
		<description>WordPress Ideas &#187; Topic: Child Plugins</description>
		<language>en-US</language>
		<pubDate>Sat, 10 Jun 2017 11:51:23 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1</generator>
				<atom:link href="https://wordpress.org/ideas/rss/topic/child-plugins" rel="self" type="application/rss+xml" />

		<item>
			<title>parentsneedlisa on "Child Plugins"</title>
			<link>https://wordpress.org/ideas/topic/child-plugins/page/4#post-31636</link>
			<pubDate>Tue, 21 Mar 2017 22:13:24 +0000</pubDate>
			<dc:creator>parentsneedlisa</dc:creator>
			<guid isPermaLink="false">31636@https://wordpress.org/ideas/</guid>
			<description><![CDATA[<p>Is it not easy just to edit the child plugin directly and block any auto updates?
</p>]]></description>
					</item>
		<item>
			<title>Ipstenu (Mika Epstein) on "Child Plugins"</title>
			<link>https://wordpress.org/ideas/topic/child-plugins/page/4#post-30447</link>
			<pubDate>Sun, 05 Jun 2016 20:48:29 +0000</pubDate>
			<dc:creator>Ipstenu (Mika Epstein)</dc:creator>
			<guid isPermaLink="false">30447@https://wordpress.org/ideas/</guid>
			<description><![CDATA[<p>Yes, which is why you <em>ASK</em> the developer if it's possible to allow you to invert the div via a filter :) Or if it's possible to add a class so you can override it with your own CSS.</p>
<p>Does that make sense?
</p>]]></description>
					</item>
		<item>
			<title>VincentLB77 on "Child Plugins"</title>
			<link>https://wordpress.org/ideas/topic/child-plugins/page/4#post-30446</link>
			<pubDate>Sun, 05 Jun 2016 19:56:24 +0000</pubDate>
			<dc:creator>VincentLB77</dc:creator>
			<guid isPermaLink="false">30446@https://wordpress.org/ideas/</guid>
			<description><![CDATA[<p>Cause i only did some small modifications to the html, invert some div, add some classes to fit my html and the plugin working with shortcodes would'nt allow this.
</p>]]></description>
					</item>
		<item>
			<title>Ipstenu (Mika Epstein) on "Child Plugins"</title>
			<link>https://wordpress.org/ideas/topic/child-plugins/page/4#post-30445</link>
			<pubDate>Sun, 05 Jun 2016 16:35:43 +0000</pubDate>
			<dc:creator>Ipstenu (Mika Epstein)</dc:creator>
			<guid isPermaLink="false">30445@https://wordpress.org/ideas/</guid>
			<description><![CDATA[<p>Indeed. A child theme works because there is little code being replaced, just templates. A plugin would replace both.</p>
<p>But again, that's why you ask the plugin developer about possibly adding in features or options or filters :) so you can override smartly.</p>
<p>Edits to the plugin, even with disabling updates, is not smart.
</p>]]></description>
					</item>
		<item>
			<title>VincentLB77 on "Child Plugins"</title>
			<link>https://wordpress.org/ideas/topic/child-plugins/page/4#post-30443</link>
			<pubDate>Sat, 04 Jun 2016 11:13:04 +0000</pubDate>
			<dc:creator>VincentLB77</dc:creator>
			<guid isPermaLink="false">30443@https://wordpress.org/ideas/</guid>
			<description><![CDATA[<p>Well i thought a child plugin would just replace one file with another i modified??</p>
<p>BTW i did modify directly the plugin and blocked the plugin update, it's dirty but it's a small plugin and i did just change the html it creates.<br />
I guess that even with a child the update would have mess everything.
</p>]]></description>
					</item>
		<item>
			<title>Ipstenu (Mika Epstein) on "Child Plugins"</title>
			<link>https://wordpress.org/ideas/topic/child-plugins/page/4#post-30440</link>
			<pubDate>Fri, 03 Jun 2016 20:22:26 +0000</pubDate>
			<dc:creator>Ipstenu (Mika Epstein)</dc:creator>
			<guid isPermaLink="false">30440@https://wordpress.org/ideas/</guid>
			<description><![CDATA[<p>Even a child plugin wouldn't help you there, since the HTML may require you to fully edit and replace a whole function.</p>
<p>Have you asked the plugin dev about putting in options?
</p>]]></description>
					</item>
		<item>
			<title>VincentLB77 on "Child Plugins"</title>
			<link>https://wordpress.org/ideas/topic/child-plugins/page/4#post-30435</link>
			<pubDate>Fri, 03 Jun 2016 10:19:06 +0000</pubDate>
			<dc:creator>VincentLB77</dc:creator>
			<guid isPermaLink="false">30435@https://wordpress.org/ideas/</guid>
			<description><![CDATA[<p>Hi, I'm looking forward to use a plugin child only to modify the HTML that the plugin creates.<br />
I could modify directly the .php and prevent the plugin for updating but i'd like to know if there is a cleaner option.</p>
<p>I'v red Hinnerk Altenburg solution that looks great cause created from a WooCommerce option i had used and felt it was a WP core option but i can't figure his example code out, there is nothing like the wordpress pluggin folder in it and i'm not a great dev just a Tweaker. </p>
<p>So any news or help on plugin child ?
</p>]]></description>
					</item>
		<item>
			<title>Ipstenu (Mika Epstein) on "Child Plugins"</title>
			<link>https://wordpress.org/ideas/topic/child-plugins/page/4#post-29087</link>
			<pubDate>Sun, 25 Oct 2015 14:53:04 +0000</pubDate>
			<dc:creator>Ipstenu (Mika Epstein)</dc:creator>
			<guid isPermaLink="false">29087@https://wordpress.org/ideas/</guid>
			<description><![CDATA[<p>You can also use <a href="https://codex.wordpress.org/Function_Reference/is_plugin_active" rel="nofollow">https://codex.wordpress.org/Function_Reference/is_plugin_active</a>
</p>]]></description>
					</item>
		<item>
			<title>Jan Dembowski on "Child Plugins"</title>
			<link>https://wordpress.org/ideas/topic/child-plugins/page/4#post-29084</link>
			<pubDate>Sun, 25 Oct 2015 12:20:48 +0000</pubDate>
			<dc:creator>Jan Dembowski</dc:creator>
			<guid isPermaLink="false">29084@https://wordpress.org/ideas/</guid>
			<description><![CDATA[<p>The solution for plugins is really simple. Ask the plugin author to make their plugin hookable via actions or filters.</p>
<p>Filters get my vote BTW.</p>
<p><a href="https://codex.wordpress.org/Plugin_API#Create_a_Filter_Function" rel="nofollow">https://codex.wordpress.org/Plugin_API#Create_a_Filter_Function</a></p>
<p>Their really easy to implement and by doing that the plugin output can be easily modified or outright changed.
</p>]]></description>
					</item>
		<item>
			<title>Web Based Help desk on "Child Plugins"</title>
			<link>https://wordpress.org/ideas/topic/child-plugins/page/3#post-29074</link>
			<pubDate>Fri, 23 Oct 2015 06:42:53 +0000</pubDate>
			<dc:creator>Web Based Help desk</dc:creator>
			<guid isPermaLink="false">29074@https://wordpress.org/ideas/</guid>
			<description><![CDATA[<p>I have one parent plugin named X. This will work independently (like other existing plugins).</p>
<p>Now I decided to add some extra features to that plugin X (think of it as an upgrade). So I want to create extra features by way of another plugin Y, which will depend on (and inherit from) X.<br />
This plugin Y will not work with out plugin X.</p>
<p>How can I do this?
</p>]]></description>
					</item>

	</channel>
</rss>
