Adding direct access prevention to files

This commit is contained in:
2021-09-14 12:39:25 -06:00
parent 023c0f53e6
commit 3e03887bda
11 changed files with 61 additions and 18 deletions

View File

@ -2,6 +2,10 @@
namespace PluginNamespace\Front;
if ( ! defined( 'ABSPATH' ) ) {
exit;
}
class Rewrites {
/**