Documentation

    Interface I18nHeaders

    The header data of the current plugin / theme as returned by the extractHeaders command.

    interface I18nHeaders {
        author?: string;
        authorString: string;
        bugs: string;
        domain: string;
        email: undefined | string;
        language: string;
        license: string;
        slug: string;
        version: string;
        xDomain: string;
    }
    Index

    Properties

    author?: string
    authorString: string
    bugs: string
    domain: string
    email: undefined | string
    language: string
    license: string
    slug: string
    version: string
    xDomain: string
    MMNEPVFCICPMFPCPTTAAATR