Jetpack::update_jetpack_network_settings PHP Méthode

update_jetpack_network_settings() public méthode

Triggered after a user updates the network settings via Network Settings Admin Page
    function update_jetpack_network_settings()
    {
        _deprecated_function(__METHOD__, 'jetpack-4.2');
        // Only sync this info for the main network site.
    }
Jetpack