jaredatch / Shared-Counts

WordPress plugin that leverages SharedCount.com API to quickly retrieve, cache, and display various social sharing counts.
GNU General Public License v2.0
47 stars 16 forks source link

PHP Deprecated: Required parameter $post_id follows optional parameter $group #123

Closed mwks-jg closed 1 year ago

mwks-jg commented 1 year ago

Plugin version

1.4.0

Current Behavior

Running the plugin locally with PHP 8.0.22 I see the below deprecated notice in WP debug log.

PHP Deprecated: Required parameter $post_id follows optional parameter $group in /wp-content/plugins/shared-counts/includes/class-shared-counts-admin.php on line 979

cdils commented 1 year ago

Confirming I also see this in v.1.4.0 running PHP 8.0.

image