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

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

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

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

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

    if ( 'custom' === $current_style['kind'] ) {
Severity: Minor
Found in src/php/endpoints.php by phpcodesniffer

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

    if ( ! extension_loaded( 'dom' ) || ! extension_loaded( 'libxml' ) ) {
Severity: Minor
Found in src/php/endpoints.php by phpcodesniffer

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

    $url  = esc_url_raw( wp_unslash( $_POST['url'] ) );
Severity: Minor
Found in src/php/endpoints.php by phpcodesniffer

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

        if ( ! is_int( array_search( $a, $payload['authors'], true ) ) ) {
Severity: Minor
Found in src/php/endpoints.php by phpcodesniffer

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

    $issued = $xpath->query( '//meta[ @name="pubdate" ]' )->item( 0 );
Severity: Minor
Found in src/php/endpoints.php by phpcodesniffer

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

            __( 'Donate', 'academic-bloggers-toolkit' )

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

    //

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

    register_script( 'options-page' );

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

    //

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

    //

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

    require_once __DIR__ . '/php/frontend.php';

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

        '_abt_state',
Severity: Minor
Found in src/php/editor.php by phpcodesniffer

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

    $meta = get_post_meta( $post_id );
Severity: Minor
Found in src/php/editor.php by phpcodesniffer

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

            $state->style = $legacy_meta->cache->style;
Severity: Minor
Found in src/php/editor.php by phpcodesniffer

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

            $post_id,
Severity: Minor
Found in src/php/editor.php by phpcodesniffer

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

        'og'       => [],
Severity: Minor
Found in src/php/endpoints.php by phpcodesniffer

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

     * Open Graph Tags.
Severity: Minor
Found in src/php/endpoints.php by phpcodesniffer

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

    $opengraph = $xpath->query( '//meta[ starts-with( @property, "og:" ) ]' );
Severity: Minor
Found in src/php/endpoints.php by phpcodesniffer
Severity
Category
Status
Source
Language