jetpack_client_authorize_already_authorized_url

jetpack_client_authorize_already_authorized_url

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_client_authorize_already_authorized_url') is found 1 times:

  • /vendor/automattic/jetpack-connection/src/class-webhooks.php line 103
    	 * Perform the authorization action.
    	 */
    	public function handle_authorize() {
    		if ( $this->connection->is_connected() && $this->connection->is_user_connected() ) {
    			$redirect_url = apply_filters( 'jetpack_client_authorize_already_authorized_url', admin_url() );
    			wp_safe_redirect( $redirect_url );
    
    			return;
    		}
    		do_action( 'jetpack_client_authorize_processing' );
    
    

See this hook used in plugins: