dsifford/academic-bloggers-toolkit

View on GitHub

Showing 1,811 of 1,811 total issues

Spaces must be used to indent lines; tabs are not allowed
Open

                    ><?php echo wp_json_encode( $data ); ?></script>
Severity: Minor
Found in src/php/utils.php by phpcodesniffer

Spaces must be used to indent lines; tabs are not allowed
Open

        )
Severity: Minor
Found in src/php/utils.php by phpcodesniffer

Spaces must be used to indent lines; tabs are not allowed
Open

            $handle,
Severity: Minor
Found in src/php/utils.php by phpcodesniffer

Spaces must be used to indent lines; tabs are not allowed
Open

    <h1 class="options-page__title">

Spaces must be used to indent lines; tabs are not allowed
Open

        'abt-options-page',
Severity: Minor
Found in src/php/options.php by phpcodesniffer

Spaces must be used to indent lines; tabs are not allowed
Open

    $options = json_decode( wp_json_encode( $options ) );
Severity: Minor
Found in src/php/options.php by phpcodesniffer

Spaces must be used to indent lines; tabs are not allowed
Open

    }
Severity: Minor
Found in src/php/utils.php by phpcodesniffer

Spaces must be used to indent lines; tabs are not allowed
Open

    add_action(
Severity: Minor
Found in src/php/utils.php by phpcodesniffer

Spaces must be used to indent lines; tabs are not allowed
Open

            ABT_ROOT_URI . $style_suffix,
Severity: Minor
Found in src/php/utils.php by phpcodesniffer

Spaces must be used to indent lines; tabs are not allowed
Open

        <span><?php esc_html_e( "Academic Blogger's Toolkit Options", 'academic-bloggers-toolkit' ); ?></span>

Spaces must be used to indent lines; tabs are not allowed
Open

            class="button-primary"

Spaces must be used to indent lines; tabs are not allowed
Open

    }
Severity: Minor
Found in src/php/options.php by phpcodesniffer

Spaces must be used to indent lines; tabs are not allowed
Open

    $prefix = is_admin() ? 'admin_' : 'wp_';
Severity: Minor
Found in src/php/utils.php by phpcodesniffer

Spaces must be used to indent lines; tabs are not allowed
Open

    }
Severity: Minor
Found in src/php/utils.php by phpcodesniffer

Spaces must be used to indent lines; tabs are not allowed
Open

    return json_decode(
Severity: Minor
Found in src/php/utils.php by phpcodesniffer

Spaces must be used to indent lines; tabs are not allowed
Open

    $script_suffix = "/bundle/$relpath.js";
Severity: Minor
Found in src/php/utils.php by phpcodesniffer

Spaces must be used to indent lines; tabs are not allowed
Open

            );
Severity: Minor
Found in src/php/utils.php by phpcodesniffer

Spaces must be used to indent lines; tabs are not allowed
Open

                )
Severity: Minor
Found in src/php/utils.php by phpcodesniffer

Spaces must be used to indent lines; tabs are not allowed
Open

        wp_verify_nonce( sanitize_key( $_POST[ ABT_NONCE ] ), ABT_ACTIONS['SET_CITATION_STYLE'] )
Severity: Minor
Found in src/php/options.php by phpcodesniffer

Spaces must be used to indent lines; tabs are not allowed
Open

    $script_asset                 = file_exists( $script_asset_path ) ? require $script_asset_path : [
Severity: Minor
Found in src/php/utils.php by phpcodesniffer
Severity
Category
Status
Source
Language