jetpack_updated_user_token

jetpack_updated_user_token

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

See hook in core

Displaying hooks found in version: woocommerce.8.7.0

do_action('jetpack_updated_user_token') is found 1 times:

  • /vendor/automattic/jetpack-connection/src/class-rest-connector.php line 765
    		 *
    		 * @param int $user_id User ID.
    		 * @param string $token New user token.
    		 */
    		do_action( 'jetpack_updated_user_token', $user_id, $request['user_token'] );
    
    		return rest_ensure_response(
    			array(
    				'success' => true,
    			)
    		);
    

See this hook used in plugins: