Hi Jeff, the plugin does not show the Block Count plugin counter.
Found the problem.
Original (does not work)
if (is_plugin_active(apply_filters(‘bbq_count_plugin_path’, ‘bbq-block-count.php’))) {
Should be:
if (is_plugin_active(apply_filters(‘bbq_block_count_plugin_path’, ‘bbq-block-count.php’))) {
Kind regards, and thanks for your effort, hleen