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.9.7.1

apply_filters('jetpack_current_user_connection_data') is found 1 times:

  • /vendor/automattic/jetpack-connection/src/class-rest-connector.php line 641
    637
    638
    639
    640
    641
    642
    643
    644
    645
    646
    * @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: