comp
        
    Table of Contents
    
    Namespaces
    
            - language
 
            - migration
 
    
    
        Classes
        
    
    
                    - ComingSoonPlugins
 - Provide native integrations to known plugins which provide "Coming soon" or "Maintenance" functionality.
             - DatabaseUpgrades
 - Apply database migrations when we update the plugin.
             - RevisionBackwardsCompatibility
 - Apply backwards compatible variables to an already saved revision. This can be useful e.g. new texts were added
to the revision which previously were read from `wp_localize_script`.
             - RevisionContextDependingOption
 - Make a given option context-depending. That means, reading a option by a unique name
reads the value of the option from the revision context. This also works for write.
             - TemplatesPluginIntegrations
 - Provide native integrations to known plugins which are associated to a template.
             - ThirdPartyNotices
 - Provide notices for third-party plugins.