Skip to content

Automattic/jetpack-connection-ui

trunk
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Jetpack Connection UI Package

Convenient UI to manager your site's connection to WP.com

How to use

Package is published in Packagist.

  1. Use composer to add the package to your project:
composer require automattic/jetpack-connection-ui
  1. Then you need to initialize it on the plugins_loaded hook:
add_action( 'plugins_loaded', 'load_connection_ui' );

function load_connection_ui() {
	Automattic\Jetpack\ConnectionUI\Admin::init();
}
  1. You need to build its assets before using it. To do that, you need to run the following commands:
cd vendor/automattic/jetpack-connection-ui
pnpm build

About

[READ ONLY] Jetpack Connection UI This repository is a mirror, for issue tracking and development head to: https://github.com/automattic/jetpack

Topics

Resources

License

Security policy

Stars

Watchers

Forks

Packages

No packages published