Include template file from plugin to theme
Not sure it is the best idea to try to run a plugin “in” your theme like this – it won’t get updated as the plugin is updated. You say you have “included all the files” from the plugin, but now you are trying to call admin-config.php with get_template_part when it is not a template … Read more