jetpack_current_user_connection_data

jetpack_current_user_connection_data

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter
See hook in action

See hook in core

Displaying hooks found in version: woocommerce.8.7.0

apply_filters('jetpack_current_user_connection_data') is found 1 times:

  • /vendor/automattic/jetpack-connection/src/class-rest-connector.php line 484
    		 * @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,
    		);
    
    

See this hook used in plugins: