Adding direct access prevention to files
This commit is contained in:
@ -2,6 +2,10 @@
|
||||
|
||||
namespace PluginNamespace\Front;
|
||||
|
||||
if ( ! defined( 'ABSPATH' ) ) {
|
||||
exit;
|
||||
}
|
||||
|
||||
class Rewrites {
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user