• Resolved alpha31

    (@alpha31)


    Hello,

    The plugin is not PHP 8.3 compliant and gives these errors:

    PHP Deprecated: Creation of dynamic property Woocommerce_Products_Per_Page::$admin_settings is deprecated in /public_html/wp-content/plugins/woocommerce-products-per-page/woocommerce-products-per-page.php on line 120
    PHP Deprecated: Creation of dynamic property Woocommerce_Products_Per_Page::$front_end is deprecated in /public_html/wp-content/plugins/woocommerce-products-per-page/woocommerce-products-per-page.php on line 130

    Stops working on said version.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter alpha31

    (@alpha31)

    Change this:

    /**
     * Plugin version.
     *
     * @since 1.2.0
     * @var string $version Plugin version number.
     */
    public $version = '1.2.8.1';

    To this:

    /**
    * Plugin version.
    *
    * @since 1.2.0
    * @var string $version Plugin version number.
    */
    public $version = '1.2.8.1';
    public $admin_settings;
    public $front_end;
    Plugin Author Jeroen Sormani

    (@sormano)

    Thank you for letting me know about the deprecation warning. I’ve just released a update of the plugin to resolve that.

    Cheers,
    Jeroen

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Deprecated and not working’ is closed to new replies.