Now you can enable user mention functionality in post comments without using the BuddyPress plugin.
This plugin is useful for those who want to enable mention on their blog site.
What does this plugin do? Just wring username followed by ‘@’ in the comment box. It will send the email to the mentioned user.
<...
2022-04-07 15:34:52 +0000 UTC
View Post
Plugin automation
Basic WordPress plugin Automator. Automation includes the following:
- Minify CSS & JS
- Create pot file
- Text domain correction
Purchase to have a link to the script.
Add "0" in the price box to get it free.
2022-01-01 17:37:05 +0000 UTC
View Post
Add CRON jobs to your WordPress Plugin
How to add a custom cron job
- Open the PHP file and read all function documents. It's very straightforward.
The thing to be taken care of
- Add this code to the plugin's main file.
- After adding this, we have to re-ac...
2022-01-01 12:00:30 +0000 UTC
View Post