New Release: BuddyPress Enhanced v1.6.2

We are excited to launch the latest update of my WordPress plugin — BuddyPress Enhanced — now featuring social media sharing for BuddyPress activity links! 🎉 💬 Built for communities that thrive on interaction, this plugin helps your members share their activity posts directly to platforms like Instagram, LinkedIn, Facebook, and more – with just […]

New Release: BuddyPress Enhanced v1.6.2 Read More »

Fix database connection issue for WP-CLI behat tests

Sometimes we have connection issues to run behat tests even if we creates wp-cli test user and give permission to that user to perform mysql tasks. We can fix that with simple hack. Original command vendor/behat/behat/bin/behat features/comment-generate.feature By above command we might have this error Fix Simple solution will be to add WP_CLI_TEST_DBTYPE=sqlite in the

Fix database connection issue for WP-CLI behat tests Read More »