Exclude Posts By Author

Sandeep Kumar Mishra
Flippercode
in Blog Posts
June 1, 2020
5 min read

Add/Edit/Delete a Cron Job in WordPress

Publish on Comments(0)
Cron is used when WordPress deals with scheduled activities.The word cron originate from time base work schedule in Unix .wordpress utilize cron for a number of operations.These planned jobs consist of checking for the latest version for WordPress, looking for the theme as well as plugins updates and also publishing scheduled article. One of many typical myths regarding cron in WordPress is usually that cron is consistently functioning searching to get jobs to perform, this really isn’t the case. Cron is function whenever a front end or admin page is loaded on the website.Each time a page is required, WordPress tests if…
Categories: WordPress
Tags: Cron Job

Consider things to Choose your WordPress Theme for a New Site

Publish on Comments(0)
There is no doubt that WordPress is one of the best content management systems of choice. One of the things that contributed to it becoming a web platform of choice is its wide array of themes available, which are ready to build a website’s look and feel. When you plan to create a new site, how do you choose the right theme for the site that installs hassle-free and doesn’t slow on performance? WordPress themes are available in two categories; the out of the box and customized themes. The out of box themes come packaged with WordPress software releases. The…
Categories: Technology, Website, WordPress
Tags: WordPress Development, WordPress Themes

Essential Checklists Before Save Data in WordPress

Publish on Comments(0)
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 to take input from users. Creating an options page for theme development. Adding a setting page for your plugin. Mainly 3 steps we take before…
Categories: WordPress
Tags: Data Validation, Nonce, User Permission

Hello world!

Publish on Comments(1)
Welcome to WePlugins. This is your first post. Edit or delete it, then start writing!
Categories: Uncategorized