respect-art-direction.php
Method rad_plugins_loaded
has 33 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
function rad_plugins_loaded() {
/*
* Register breakpoints.
*/
rad_add_breakpoint( 'rad_large', '(min-width: 1001px)' );
"include_once" is a statement not a function; no parentheses are required Open
Open
include_once( 'functions-breakpoints.php' );
- Exclude checks
"include_once" is a statement not a function; no parentheses are required Open
Open
include_once( 'functions-media-sets.php' );
- Exclude checks
Each array item in a multi-line array declaration must end in a comma Open
Open
'custom1_small_size'
- Exclude checks
Array double arrow not aligned correctly; expected 2 space(s) between "'rad_small'" and double arrow, but found 1. Open
Open
'rad_small' => array(
- Exclude checks
File is being unconditionally included; use "require_once" instead Open
Open
include_once( 'functions-display.php' );
- Exclude checks
"include_once" is a statement not a function; no parentheses are required Open
Open
include_once( 'functions-source-lists.php' );
- Exclude checks
Array double arrow not aligned correctly; expected 4 space(s) between "'default'" and double arrow, but found 1. Open
Open
'default' => array(
- Exclude checks
Array double arrow not aligned correctly; expected 4 space(s) between "'default'" and double arrow, but found 1. Open
Open
'default' => array(
- Exclude checks
File is being unconditionally included; use "require_once" instead Open
Open
include_once( 'functions-breakpoints.php' );
- Exclude checks
"include_once" is a statement not a function; no parentheses are required Open
Open
include_once( 'functions-display.php' );
- Exclude checks
Array double arrow not aligned correctly; expected 2 space(s) between "'rad_large'" and double arrow, but found 1. Open
Open
'rad_large' => array(
- Exclude checks
Array double arrow not aligned correctly; expected 2 space(s) between "'rad_small'" and double arrow, but found 1. Open
Open
'rad_small' => array(
- Exclude checks
File is being unconditionally included; use "require_once" instead Open
Open
include_once( 'functions-media-sets.php' );
- Exclude checks
Array double arrow not aligned correctly; expected 2 space(s) between "'rad_large'" and double arrow, but found 1. Open
Open
'rad_large' => array(
- Exclude checks
Missing file doc comment Open
Open
<?php
- Exclude checks
File is being unconditionally included; use "require_once" instead Open
Open
include_once( 'functions-source-lists.php' );
- Exclude checks