LearnDash Q&A
Enable Questions & Answers for your LearnDash Courses. Features Adds Q&A Section to the course. Ask Questions related to the course. Answer the questions. How does this plugin work?
Enable Questions & Answers for your LearnDash Courses. Features Adds Q&A Section to the course. Ask Questions related to the course. Answer the questions. How does this plugin work?
How to run Behat tests in WP-CLI. Steps to follow: Clone the repo Run – compser install Make DB – wp_cli_test Give Privilege – grant all privileges on . to wp_cli_test@localhost identified by ‘password1’ with grant option; Run behat command Watch the video for instructions
How to run Behat tests in WP-CLI? Read More »
As we all know -d will not work in macOS. Also, placeholder % will not work in macOS. Look at the following command which uses xargs in Ubuntu The above command will give the following error if you execute in macOS So in order to execute the above command in macOS, you could do the
Replacement of -d in xargs for MacOS Read More »
Woo Post Sponsorship is a WooCommerce add-on that allows users to sponsor your posts. Pre-requirements WooCommerce Plugin Should be installed. How to setup Install Woo Post Sponsorship Plugin. Select Woo Post Sponsorship menu in Admin Dashboard. Click on “Select Post type for Sponsorship” and Select Post-Types to make sure the Sponsorship feature is enabled for
Woo Post Sponsorship Read More »
This is a pro plugin of ActiveCampaign Newsletter Subscription WordPress plugin. Here is the free plugin: https://wordpress.org/plugins/activecampaign-newsletter-subscription/ This pro plugin has compatibility with the following plugins: BuddyPress WooCommerce Newsletter subscription is applicable only to the registration form. This plugin needs at least ActiveCampaign Newsletter Subscription v1.0.1 Contact me for 50% off on Twitter.
ActiveCampaign Newsletter Subscription Pro Read More »
This is a pro plugin of Comment Mention WordPress plugin. TO USE THIS PRO PLUGIN, MAKE SURE YOU HAVE THE LASTEST Comment Mention PLUGIN v1.3.0 Here is the free plugin: https://wordpress.org/plugins/comment-mention/ How Pro plugin works? Followings are added as a pro feature. Search by First/Last name while mention. Enable mentioning on Page comment. Go to
Comment Mention Pro Read More »
Sometimes we have “Fingerprint has already been taken” while adding our ssh key. To fix that issue, we need to generate a new ssh key. But the problem is your existing ssh key is added to other resources so if you generate a new one, you have to replace it everywhere. Instead of doing this,
How to fix – Fingerprint has already been taken Read More »
Basic WordPress plugin Automator. Automation includes the following: Minify CSS & JS Create pot file Correct text domains Here is how to implement: https://buntywp.gumroad.com/l/ykibt
Automate WordPress Plugin Development using NPM and Grunt. Read More »
To fix this issue run the following command to your repo: And then do whatever you want to do.
Fix – Fatal: Not possible to fast-forward, aborting Read More »
WordPress has default backbone js included and we can use backebone.js for ajax in WordPress. We just need to include it. I’ve created an example of ajax using backbone. All you need to do is check the following link. https://github.com/BhargavBhandari90/wp-tips/tree/main/wp-backbone-ajax
WordPress AJAX using Backbone JS Read More »