If you’re asking whether it’s possible for a theme to stop a plugin from doing certain things, then yes, it’s possible. Themes have the ability to remove most filter/action hooks set by plugins. However, themes do not have the ability to stop a plugin from replacing “pluggable” WP core functions.
]]>Thanks
]]>Plugin files (the functional PHP ones) are not able to be over-ridden in the same way that thmee/child theme files are. The two systems just don’t interact like that.
]]>