Here below are the most common spam words used in comment, spam emails, email marketing.
It is no new thing to get lot of spam comments if you have enabled comment in post. There is one very simple way to trap the spam comments with honeypot technique. The basic idea of honeypot is to cheat the bot spammers by simply creating the trap form fields for them. These fields will be totally hidden for human user.
If you are planning to experience the best and most rewarding compare to other treks in Nepal, then Mardi Himal Trek is definitely the one i recommend. The trail goes along small winding paths, through magical rhododendron forests until you climb out of the forest at an elevation around 3,300 m. Mardi Himal Base Camp sits …
According to the WordPress Codex, the config file is one of the most important files in your WordPress installation. This file is located in your WordPress root directory and contains important information such as database connection data (username, password, etc.) and various settings.We can harden the security by somewhat by moving this important information carrier outside the root …
If you are searching for the simple and FREE plugin to manage the blacklisting of customer from checking out, then you are at the right place. Basically, this plugin uses the three details of customer to stop the customer from placing the order ..
Have you ever come across the situation when you need to hard refresh the browser or open in the private mode of browser, even to verify the small changes in styles or scripts? I bet you have. How to clear static resources cache? After implementing the code snippets shown below, you will be able to clear …
Follow the following three simple steps and you will be able to set up the subdomains multisite in localhost WordPress setup. Step 1: Setting up virtual host for main network localhost domain WordPress doesn’t allow to install the sub-domain multisite for local WordPress installation. So, first thing we need to is to set up the …
Step 1: Finding the right action hook fired by WooCommerce To set up the up-sells and cross-sells products in WooCommerce, you can follow the instruction here. First thing, we need to find the action hook fired by WooCommerce when removing the product from cart.WooCommerce provides “woocommerce_cart_item_removed” action hook with two arguments; $cart_item_key and $cart_object. Important …