Prevent direct access of FFCNR setup file

This commit is contained in:
Tetrakern 2024-12-09 16:54:21 +01:00
parent 17320899af
commit ae9c236681

View File

@ -1,5 +1,8 @@
<?php <?php
// No direct access!
defined( 'ABSPATH' ) OR exit;
// ============================================================================= // =============================================================================
// REPLACEMENTS FOR WP FUNCTIONS // REPLACEMENTS FOR WP FUNCTIONS
// ============================================================================= // =============================================================================