You appear to be a bot. Output may be restricted
Description
Whether the current user is the connection owner.
Usage
$bool = Jetpack::current_user_is_connection_owner();
Parameters
Returns
bool Whether the current user is the connection owner.
Source
File name: jetpack/class.jetpack.php
Lines:
1 to 4 of 4
public function current_user_is_connection_owner() { _deprecated_function( __METHOD__, 'jetpack-7.7', 'Automattic\\Jetpack\\Connection\\Manager::is_connection_owner' ); return self::connection()->is_connection_owner(); }