wp-bootstrap/wp-bootstrap-gallery

View on GitHub

Showing 178 of 178 total issues

The variable $attachment_count is not named in camelCase.
Open

function wp_bootstrap_gallery( $content, $attr ) {
    global $instance, $post;
    $instance++;

    if ( isset( $attr['orderby'] ) ) {
Severity: Minor
Found in wp-bootstrap-gallery.php by phpmd

CamelCaseVariableName

Since: 0.2

It is considered best practice to use the camelCase notation to name variables.

Example

class ClassName {
    public function doSomething() {
        $data_module = new DataModule();
    }
}

Source

The variable $attachment_link is not named in camelCase.
Open

function wp_bootstrap_gallery( $content, $attr ) {
    global $instance, $post;
    $instance++;

    if ( isset( $attr['orderby'] ) ) {
Severity: Minor
Found in wp-bootstrap-gallery.php by phpmd

CamelCaseVariableName

Since: 0.2

It is considered best practice to use the camelCase notation to name variables.

Example

class ClassName {
    public function doSomething() {
        $data_module = new DataModule();
    }
}

Source

The variable $_attachments is not named in camelCase.
Open

function wp_bootstrap_gallery( $content, $attr ) {
    global $instance, $post;
    $instance++;

    if ( isset( $attr['orderby'] ) ) {
Severity: Minor
Found in wp-bootstrap-gallery.php by phpmd

CamelCaseVariableName

Since: 0.2

It is considered best practice to use the camelCase notation to name variables.

Example

class ClassName {
    public function doSomething() {
        $data_module = new DataModule();
    }
}

Source

The variable $att_id is not named in camelCase.
Open

function wp_bootstrap_gallery( $content, $attr ) {
    global $instance, $post;
    $instance++;

    if ( isset( $attr['orderby'] ) ) {
Severity: Minor
Found in wp-bootstrap-gallery.php by phpmd

CamelCaseVariableName

Since: 0.2

It is considered best practice to use the camelCase notation to name variables.

Example

class ClassName {
    public function doSomething() {
        $data_module = new DataModule();
    }
}

Source

The variable $size_class is not named in camelCase.
Open

function wp_bootstrap_gallery( $content, $attr ) {
    global $instance, $post;
    $instance++;

    if ( isset( $attr['orderby'] ) ) {
Severity: Minor
Found in wp-bootstrap-gallery.php by phpmd

CamelCaseVariableName

Since: 0.2

It is considered best practice to use the camelCase notation to name variables.

Example

class ClassName {
    public function doSomething() {
        $data_module = new DataModule();
    }
}

Source

The variable $span_array is not named in camelCase.
Open

function wp_bootstrap_gallery( $content, $attr ) {
    global $instance, $post;
    $instance++;

    if ( isset( $attr['orderby'] ) ) {
Severity: Minor
Found in wp-bootstrap-gallery.php by phpmd

CamelCaseVariableName

Since: 0.2

It is considered best practice to use the camelCase notation to name variables.

Example

class ClassName {
    public function doSomething() {
        $data_module = new DataModule();
    }
}

Source

The variable $span_array is not named in camelCase.
Open

function wp_bootstrap_gallery( $content, $attr ) {
    global $instance, $post;
    $instance++;

    if ( isset( $attr['orderby'] ) ) {
Severity: Minor
Found in wp-bootstrap-gallery.php by phpmd

CamelCaseVariableName

Since: 0.2

It is considered best practice to use the camelCase notation to name variables.

Example

class ClassName {
    public function doSomething() {
        $data_module = new DataModule();
    }
}

Source

The variable $span_array is not named in camelCase.
Open

function wp_bootstrap_gallery( $content, $attr ) {
    global $instance, $post;
    $instance++;

    if ( isset( $attr['orderby'] ) ) {
Severity: Minor
Found in wp-bootstrap-gallery.php by phpmd

CamelCaseVariableName

Since: 0.2

It is considered best practice to use the camelCase notation to name variables.

Example

class ClassName {
    public function doSomething() {
        $data_module = new DataModule();
    }
}

Source

The variable $attachment_count is not named in camelCase.
Open

function wp_bootstrap_gallery( $content, $attr ) {
    global $instance, $post;
    $instance++;

    if ( isset( $attr['orderby'] ) ) {
Severity: Minor
Found in wp-bootstrap-gallery.php by phpmd

CamelCaseVariableName

Since: 0.2

It is considered best practice to use the camelCase notation to name variables.

Example

class ClassName {
    public function doSomething() {
        $data_module = new DataModule();
    }
}

Source

The variable $attachment_count is not named in camelCase.
Open

function wp_bootstrap_gallery( $content, $attr ) {
    global $instance, $post;
    $instance++;

    if ( isset( $attr['orderby'] ) ) {
Severity: Minor
Found in wp-bootstrap-gallery.php by phpmd

CamelCaseVariableName

Since: 0.2

It is considered best practice to use the camelCase notation to name variables.

Example

class ClassName {
    public function doSomething() {
        $data_module = new DataModule();
    }
}

Source

The variable $span_array is not named in camelCase.
Open

function wp_bootstrap_gallery( $content, $attr ) {
    global $instance, $post;
    $instance++;

    if ( isset( $attr['orderby'] ) ) {
Severity: Minor
Found in wp-bootstrap-gallery.php by phpmd

CamelCaseVariableName

Since: 0.2

It is considered best practice to use the camelCase notation to name variables.

Example

class ClassName {
    public function doSomething() {
        $data_module = new DataModule();
    }
}

Source

The variable $attachment_count is not named in camelCase.
Open

function wp_bootstrap_gallery( $content, $attr ) {
    global $instance, $post;
    $instance++;

    if ( isset( $attr['orderby'] ) ) {
Severity: Minor
Found in wp-bootstrap-gallery.php by phpmd

CamelCaseVariableName

Since: 0.2

It is considered best practice to use the camelCase notation to name variables.

Example

class ClassName {
    public function doSomething() {
        $data_module = new DataModule();
    }
}

Source

The variable $attachment_image is not named in camelCase.
Open

function wp_bootstrap_gallery( $content, $attr ) {
    global $instance, $post;
    $instance++;

    if ( isset( $attr['orderby'] ) ) {
Severity: Minor
Found in wp-bootstrap-gallery.php by phpmd

CamelCaseVariableName

Since: 0.2

It is considered best practice to use the camelCase notation to name variables.

Example

class ClassName {
    public function doSomething() {
        $data_module = new DataModule();
    }
}

Source

The variable $attachment_link is not named in camelCase.
Open

function wp_bootstrap_gallery( $content, $attr ) {
    global $instance, $post;
    $instance++;

    if ( isset( $attr['orderby'] ) ) {
Severity: Minor
Found in wp-bootstrap-gallery.php by phpmd

CamelCaseVariableName

Since: 0.2

It is considered best practice to use the camelCase notation to name variables.

Example

class ClassName {
    public function doSomething() {
        $data_module = new DataModule();
    }
}

Source

The variable $att_id is not named in camelCase.
Open

function wp_bootstrap_gallery( $content, $attr ) {
    global $instance, $post;
    $instance++;

    if ( isset( $attr['orderby'] ) ) {
Severity: Minor
Found in wp-bootstrap-gallery.php by phpmd

CamelCaseVariableName

Since: 0.2

It is considered best practice to use the camelCase notation to name variables.

Example

class ClassName {
    public function doSomething() {
        $data_module = new DataModule();
    }
}

Source

The variable $span_array is not named in camelCase.
Open

function wp_bootstrap_gallery( $content, $attr ) {
    global $instance, $post;
    $instance++;

    if ( isset( $attr['orderby'] ) ) {
Severity: Minor
Found in wp-bootstrap-gallery.php by phpmd

CamelCaseVariableName

Since: 0.2

It is considered best practice to use the camelCase notation to name variables.

Example

class ClassName {
    public function doSomething() {
        $data_module = new DataModule();
    }
}

Source

The variable $span_array is not named in camelCase.
Open

function wp_bootstrap_gallery( $content, $attr ) {
    global $instance, $post;
    $instance++;

    if ( isset( $attr['orderby'] ) ) {
Severity: Minor
Found in wp-bootstrap-gallery.php by phpmd

CamelCaseVariableName

Since: 0.2

It is considered best practice to use the camelCase notation to name variables.

Example

class ClassName {
    public function doSomething() {
        $data_module = new DataModule();
    }
}

Source

The variable $span_array is not named in camelCase.
Open

function wp_bootstrap_gallery( $content, $attr ) {
    global $instance, $post;
    $instance++;

    if ( isset( $attr['orderby'] ) ) {
Severity: Minor
Found in wp-bootstrap-gallery.php by phpmd

CamelCaseVariableName

Since: 0.2

It is considered best practice to use the camelCase notation to name variables.

Example

class ClassName {
    public function doSomething() {
        $data_module = new DataModule();
    }
}

Source

Severity
Category
Status
Source
Language