FAQs

Frequently asked questions (FAQ)

How to protect files that have been edited?

You can put the file in the folder:
/plugin-maker/project/plugins/assets/your_plugin/*
will be copied to
/public_html/wp-content/plugins/your_plugin/*

PHP code must edit manual, to edit or add a file manually, copy the files to be edited to folder

\plugin-maker\projects\plugins\assets\example_plugin\includes\
then edit that file, because all files in
\plugin-maker\projects\plugins\assets\example_plugin\
will be copied into the plugins folder when using the tool. So if it is not put there will be overwrite.


When i try to submit it it says ops, non authenticated only? what am i missing?

no missing, that means please LOGOUT, or use other browser


How to create a shortcode with HTML Markup?

This code can be embedded in the shortcode, consider the example image below: