You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Deprecated: Optional parameter $post declared before required parameter $certificate_id is implicitly treated as a required parameter in /home/example/example.com/wp-content/plugins/timestamps/includes/classes/TimestampHelper.php on line 228
To Reproduce
Steps to reproduce the behavior:
Activate the plugin
Set server to PHP 8.1
SSH into the terminal and run e.g. wp timestamps generate --post_type=post,page --post_status=publish,draft --post_ids=1,2,3,4
The error will appear
Expected behavior
The error must not appear.
The text was updated successfully, but these errors were encountered:
Describe the bug
To Reproduce
Steps to reproduce the behavior:
wp timestamps generate --post_type=post,page --post_status=publish,draft --post_ids=1,2,3,4
Expected behavior
The error must not appear.
The text was updated successfully, but these errors were encountered: