Lots of deprecated function warnings..??
-
I only see these when reviewing the wpo-wcpdf log files.
2022-02-24T09:18:38+00:00 WARNING The $wpo_wcpdf->shop_name() function is deprecated since version 2.0. Replace with $this->shop_name(). 2022-02-24T09:18:38+00:00 WARNING The $wpo_wcpdf->shop_address() function is deprecated since version 2.0. Replace with $this->shop_address(). 2022-02-24T09:18:38+00:00 WARNING The $wpo_wcpdf->get_header_logo_id() function is deprecated since version 2.0. Replace with $this->get_header_logo_id(). 2022-02-24T09:18:38+00:00 WARNING The $wpo_wcpdf->billing_address() function is deprecated since version 2.0. Replace with $this->billing_address(). 2022-02-24T09:18:38+00:00 WARNING The $wpo_wcpdf->ships_to_different_address() function is deprecated since version 2.0. Replace with $this->ships_to_different_address(). 2022-02-24T09:18:38+00:00 WARNING The $wpo_wcpdf->invoice_date() function is deprecated since version 2.0. Replace with $this->invoice_date(). 2022-02-24T09:18:38+00:00 WARNING The $wpo_wcpdf->order_number() function is deprecated since version 2.0. Replace with $this->order_number(). 2022-02-24T09:18:38+00:00 WARNING The $wpo_wcpdf->order_date() function is deprecated since version 2.0. Replace with $this->order_date(). 2022-02-24T09:18:38+00:00 WARNING The $wpo_wcpdf->payment_method() function is deprecated since version 2.0. Replace with $this->payment_method(). 2022-02-24T09:18:38+00:00 WARNING The $wpo_wcpdf->get_order_items() function is deprecated since version 2.0. Replace with $this->get_order_items(). 2022-02-24T09:18:38+00:00 WARNING The $wpo_wcpdf->get_shipping_notes() function is deprecated since version 2.0. Replace with $this->get_shipping_notes(). 2022-02-24T09:18:38+00:00 WARNING The $wpo_wcpdf->get_woocommerce_totals() function is deprecated since version 2.0. Replace with $this->get_woocommerce_totals(). 2022-02-24T09:18:38+00:00 WARNING The $wpo_wcpdf->get_footer() function is deprecated since version 2.0. Replace with $this->get_footer(). 2022-02-24T09:18:38+00:00 WARNING The $wpo_wcpdf->get_template_name() function is deprecated since version 2.0. Replace with $this->get_template_name(). 2022-02-24T09:18:38+00:00 WARNING The $wpo_wcpdf->template_styles() function is deprecated since version 2.0. Replace with $this->template_styles().
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Lots of deprecated function warnings..??’ is closed to new replies.