scribu / wp-scb-framework

Utilities for speeding up WordPress plugin and theme development
https://github.com/scribu/wp-scb-framework/wiki
220 stars 55 forks source link

Fix deprecated required parameters followed by optional parameters. #62

Closed hirasso closed 1 year ago

hirasso commented 2 years ago

Fixes these two errors:

Deprecated: Required parameter $nonce follows optional parameter $formdata in /wp-content/plugins/posts-to-posts/vendor/scribu/scb-framework/Forms.php on line 65

Deprecated: Required parameter $args follows optional parameter $file in /wp-content/plugins/posts-to-posts/vendor/scribu/scb-framework/Cron.php on line 24
mvdhoek1 commented 1 year ago

Hopefully this PR is merged soon!

hirasso commented 1 year ago

Apparently no