$instance
$instance : \Jetpack_Network
Holds a static copy of Jetpack_Network for the singleton
Used to manage Jetpack installation on Multisite Network installs
SINGLETON: To use call Jetpack_Network::init()
DO NOT USE ANY STATIC METHODS IN THIS CLASS!!!!!!
$instance : \Jetpack_Network
Holds a static copy of Jetpack_Network for the singleton
init() : \Jetpack_Network
Provides access to an instance of Jetpack_Network
This is how the Jetpack_Network object should always be accessed
deactivate()
Runs when Jetpack is deactivated from the network admin plugins menu.
Each individual site will need to have Jetpack::disconnect called on it. Site that had Jetpack individually enabled will not be disconnected as on Multisite individually activated plugins are still activated when a plugin is deactivated network wide.
get_url(Mixed $args) : String
Returns various URL strings. Factory like
$args can be a string or an array. If $args is an array there must be an element called name for the switch statement
Currently supports:
Mixed | $args |