lesterchan / wp-pagenavi

Adds a more advanced paging navigation interface to your WordPress blog.
https://wordpress.org/plugins/wp-pagenavi/
134 stars 49 forks source link

Deprecated notices with PHP 8. #60

Open ThatStevensGuy opened 3 years ago

ThatStevensGuy commented 3 years ago

Deprecated: Required parameter $nonce follows optional parameter $formdata in /localhost/site/wp-content/plugins/wp-pagenavi/scb/Forms.php on line 65

Deprecated: Required parameter $args follows optional parameter $file in /localhost/site/wp-content/plugins/wp-pagenavi/scb/Cron.php on line 24

I think it's just a matter of re-organising your parameters or defining a default for them.

lesterchan commented 3 years ago

I updated the framework, it is no longer maintained by the original owner https://github.com/lesterchan/wp-scb-framework/commit/c17ce6dce9a99ff4c2df708aaab2446fdea0f0c2

Hopefully, it doesn't break anything.

I have not updated to PHP 8, too many breaking changes.

ThatStevensGuy commented 3 years ago

Thank you for the quick response, this fix didn't seem to break anything here.

lesterchan commented 3 years ago

Cool thanks for letting me know!