jetpack_client_authorized

jetpack_client_authorized

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: action

See hook in core

Displaying hooks found in version: woocommerce.8.7.0

do_action('jetpack_client_authorized') is found 1 times:

  • /vendor/automattic/jetpack-connection/src/class-webhooks.php line 141
    			 *
    			 * @since 1.7.0
    			 * @since-jetpack 4.2.0
    			 */
    			do_action( 'jetpack_client_authorized', Jetpack_Options::get_option( 'id' ) );
    
    			$tracking->record_user_event( 'jpc_client_authorize_success' );
    		}
    
    		$fallback_redirect = apply_filters( 'jetpack_client_authorize_fallback_url', admin_url() );
    		$redirect          = wp_validate_redirect( $redirect ) ? $redirect : $fallback_redirect;