woocommerce_is_order_received_page

woocommerce_is_order_received_page

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: woocommerce.8.7.0

apply_filters('woocommerce_is_order_received_page') is found 1 times:

  • /includes/wc-conditional-functions.php line 223
    		global $wp;
    
    		$page_id = wc_get_page_id( 'checkout' );
    
    		return apply_filters( 'woocommerce_is_order_received_page', ( $page_id && is_page( $page_id ) && isset( $wp->query_vars['order-received'] ) ) );
    	}
    }
    
    if ( ! function_exists( 'is_add_payment_method_page' ) ) {
    
    	/**