jetpack_current_user_connection_data, $current_user_connection_data

jetpack_current_user_connection_data, $current_user_connection_data

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: jetpack.16.0.1

apply_filters('jetpack_current_user_connection_data, $current_user_connection_data') is found 1 times:

  • /jetpack_vendor/automattic/jetpack-connection/src/class-rest-connector.php line 711
    		 * @since 1.30.1
    		 *
    		 * @param array An array containing the current user connection data.
    		 */
    		$current_user_connection_data = apply_filters( 'jetpack_current_user_connection_data', $current_user_connection_data );
    
    		$response = array(
    			'currentUser'     => $current_user_connection_data,
    			'connectionOwner' => $owner_display_name,
    			'isRegistered'    => $connection->is_connected(),
    		);