WordPress is the no.1 CMS often used in the world followed by Joomla and drupal. WordPress is free to download and WordPress itself has hosted …
Posts
Email log in WordPress – 2021
Finding email log in WordPress seems to be easy work for developers by using the following list of plugins. Emails that sent from WordPress website …
Setting up environment in wordpress
In WordPress new function this environment function is added from 5.5. In this tutorial, we can learn how to use this. By default, this wp …
Fix 500 Internal Server Error WordPress
Finding out the cause of 500 Internal server error. My conventional course to fixing blunders is to run WordPress logs to discover what’s causing your …
Protecting data’s submitted from front end form etc wordpress
Nowadays hackers will try to inject code though frontend form fields. But we can overcome that if we learn and do with wordpress that will …
Working with wordpress nonce for securing forms and ajax
Remove increment and decrement icon from input number field
Fixed : You cannot delete a plugin while it is active on the main site.
You will get this error in your site even though it was not an multi site website. It wont allow you to delete the plugin …
Check your plugin or themes auto update enabled or not in wordpress
In this tutorial we will see how to get the plugin auto update enabled in wordpress or not. This will be a helpful function for …
How to use the do_action () with parameter
The correct way is to pass first argument as a unique string which acts as an identifier for the action & any additional arguments after …