Skip to content

Adjust output of transient type to honor multisite behaviour #46

@ocean90

Description

@ocean90

"Transients are saved to the wp_options table." is only partially true if running the wp transient type command against a multisite. See #41 for background. There are two ways to solve this:

Transients are saved to the wp_options table, site transients to the wp_sitemeta table.

Transients are saved to the database.

For simplicity's sake I'd choose the second option.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions