So hopefully a simple question. I have a child theme installed and have been able to successfully override changes to a .php file that is held in my theme files by uploading it to my child theme.

If I want to copy and tweak a plugin file (wp-content/plugins/plugin_name/templates/store.php).

Do I just copy and tweak this file then upload it to my child theme?

I’m assuming a child theme doesn’t apply to plugin files? If not, is the best way just to download the current file, make the tweaks then override the initial file with the new one in the plugin category?

Thanks!enter image description here

4 s
4

create plugin folder in your child theme and overtire file in it.
your_child-theme/plugin-folder/templates/filename.php

Leave a Reply

Your email address will not be published. Required fields are marked *