Add pocket guide size (11in x 4.25in) #116
Annotations
10 errors
|
missing_direct_file_access_protection:
admin/partials/_bmlt_server_setup.php#L0
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
|
|
missing_direct_file_access_protection:
public/class-bread-public.php#L0
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
|
|
missing_direct_file_access_protection:
public/class-bread-format-manager.php#L0
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
|
|
missing_direct_file_access_protection:
public/class-bread-meetingslist-structure.php#L0
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
|
|
missing_direct_file_access_protection:
public/class-bread-meeting-enhancer.php#L0
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
|
|
missing_direct_file_access_protection:
public/class-bread-content-generator.php#L0
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
|
|
missing_direct_file_access_protection:
public/partials/bread-public-display.php#L0
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
|
|
missing_direct_file_access_protection:
tests/mock/class-bread-bmlt.php#L0
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
|
|
missing_direct_file_access_protection:
tests/mock/class-bread.php#L0
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
|
|
missing_direct_file_access_protection:
tests/bootstrap.php#L0
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
|