This website uses cookies so that we can provide you with the best user experience possible. Cookie information is stored in your browser and performs functions such as recognising you when you return to our website and helping our team to understand which sections of the website you find most interesting and useful.
Save data in WordPress in a secure way to reduce SQL injections chances and increase the stability of your project. Using a few techniques we can make our WordPress plugin development very secure which we use in our every plugin development project at flippercode. Essential Checklist for Data Validation A checklist can be applied whenever you take one of the following action on your WordPress project. Use of add_post_meta or update_post_meta. Creating your own form…
Suppose you are the owner of the product company and you have address and name of your customers who have purchased your product and now you want to show location of all customers on your website’s map .this can be done by using Geocoding process The process of converting any street addresses like (1103 North Washington, Beeville, TX 78102) into geographic coordinates (like latitude 28.074117 and longitude -97.793364) is called geocoding. You can use geo codes…
Sometimes a WordPress theme’s built- in features are not just enough to provide that needed look and feel to your WP blog. This is the time when you desire for a plugin that enriches your blog and makes it different from the rest. The very first thing you can do is to find some already created plugins in the WP repositories that fulfill your criteria. Otherwise, you can always create your own custom plugin referring…
Original content on your WordPress blog can be a hotspot for content scrapers; it can end in a lot of SPAM sites within a short time. These are sites with stolen content and they may even end up outranking your original site. This really is frustrating to a website owner; seeing that someone is stealing your hard earned content without permission, making money from it, outranking you even wrongly making your site appear as SPAM,…
Are you getting “there is a problem parsing the package” message when trying to install an android application? Well, that’s because it is not verified from Google Play and you’re not downloading it from google play store but installing .apk from other source or directly copied on your handset. In this case, you have to enable the following settings to install it without any problem. Step 1- Go to device Settings(icon) menu Step 2- Tap…
WordPress comes with great features that make it best CMS of the world. If you want to export or import contents (like pages, posts etc) from one website to another you can do it without touching any coding part. With the help of WordPress import/export tools you can do contents transformation just by 3-4 steps. Export tool You can export your posts, pages, comments, custom fields, categories, and tags from one WordPress website to another…