CommentDataType

Since

3.0.0

interface CommentDataType {
    acf: object[];
    author: number;
    author_avatar_urls: {
        24: string;
        48: string;
        96: string;
    };
    author_name: string;
    author_url: string;
    content: {
        rendered: string;
    };
    date: string;
    date_gmt: string;
    id: number;
    link: string;
    meta: object[];
    parent: number;
    post: number;
    status: string;
    type: string;
}

Properties

acf: object[]

The acf.

Since

3.0.0

author: number

The author.

Since

3.0.0

author_avatar_urls: {
    24: string;
    48: string;
    96: string;
}

The author avatar urls.

Type declaration

  • 24: string

    The 24.

    Since

    3.0.0

  • 48: string

    The 48.

    Since

    3.0.0

  • 96: string

    The 96.

    Since

    3.0.0

Since

3.0.0

author_name: string

The author name.

Since

3.0.0

author_url: string

The author url.

Since

3.0.0

content: {
    rendered: string;
}

The content.

Type declaration

  • rendered: string

    The rendered.

    Since

    3.0.0

Since

3.0.0

date: string

The date.

Since

3.0.0

date_gmt: string

The date gmt.

Since

3.0.0

id: number

The id.

Since

3.0.0

link: string

The link.

Since

3.0.0

meta: object[]

The meta.

Since

3.0.0

parent: number

The parent.

Since

3.0.0

post: number

The post.

Since

3.0.0

status: string

The status.

Since

3.0.0

type: string

The type.

Since

3.0.0

Generated using TypeDoc