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

    $author_ids = [ $post->post_author ];
Severity: Minor
Found in src/php/frontend.php by phpcodesniffer

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

        if ( $author->first_name && $author->last_name ) {
Severity: Minor
Found in src/php/frontend.php by phpcodesniffer

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

    if ( is_singular() && has_block( 'abt/bibliography', $post ) ) {
Severity: Minor
Found in src/php/frontend.php by phpcodesniffer

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

                <meta property="abt:author" content="<?php echo esc_attr( $parsed ); ?>" />
Severity: Minor
Found in src/php/frontend.php by phpcodesniffer

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

            <?php
Severity: Minor
Found in src/php/frontend.php by phpcodesniffer

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

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

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

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

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

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

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

        wp_enqueue_script( 'abt-frontend' );
Severity: Minor
Found in src/php/frontend.php by phpcodesniffer

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

    add_options_page(
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/options.php by phpcodesniffer

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

        $coauthor_ids = array_map(
Severity: Minor
Found in src/php/frontend.php by phpcodesniffer

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

        __NAMESPACE__ . '\render_options_page'
Severity: Minor
Found in src/php/options.php by phpcodesniffer

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

        isset( $_POST[ ABT_NONCE ], $_POST['citation_style'] ) &&
Severity: Minor
Found in src/php/options.php by phpcodesniffer

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

            function( $coauthor ) {
Severity: Minor
Found in src/php/frontend.php by phpcodesniffer

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

                return $coauthor->ID;
Severity: Minor
Found in src/php/frontend.php by phpcodesniffer

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

        [
Severity: Minor
Found in src/php/frontend.php by phpcodesniffer

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

        $bib_index = array_search( 'abt/bibliography', array_column( $blocks, 'blockName' ), true );
Severity: Minor
Found in src/php/frontend.php by phpcodesniffer

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

    if ( is_singular() ) {
Severity: Minor
Found in src/php/frontend.php by phpcodesniffer

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

    if ( 'settings_page_abt-options' !== $hook ) {
Severity: Minor
Found in src/php/options.php by phpcodesniffer
Severity
Category
Status
Source
Language