revert to the old version of Attachments you may do so by downgrading the plugin install itself, or adding the following to your', 'attachments' ); ?> wp-config.php:
define( 'ATTACHMENTS_LEGACY', true );
you will need to trigger a migration to the new format.", 'attachments' ); ?>
instances. An instance is equivalent to a meta box on an edit screen and it has a number of properties you can customize. Please read the README for more information.', 'attachments' ); ?> .
prepare_migration(); break; case 2: $migrator->init_migration(); break; } } elseif( isset( $_GET['migrate-pro'] ) ) { switch( intval( $_GET['migrate-pro'] ) ) { case 1: $migrator->prepare_pro_migration(); break; case 2: $migrator->init_pro_migration(); break; } } else { ?> legacy ) : ?> legacy_pro ) : ?> wp-config.php:
define( 'ATTACHMENTS_LEGACY', true );
Attachments UI. wp-config.php:
define( 'ATTACHMENTS_DEFAULT_INSTANCE', false );
functions.php: