WordPress Options API

wordpress options api

WordPress provides a set of functions that enable easy access to plugin options. By default wordpress and plugins options are stored in wp_options table. Let’s explore these functions.

continue reading »

Learning WordPress Users API

Learning Wordpress Users API

WordPress powers many large websites with thousands of users like blogs, applications, social networks and much more. You will deal with many cases in which you need to work with users and fortunately wordpress has many functions to handle users.

continue reading »

How To Create Custom Tables In WordPress

How To Create Custom Tables In WordPress

WordPress creates 11 tables to store settings, users data, posts data, comments data, links and terms. In many cases wordpress tables can fit perfectly our plugin data but sometimes you need to create custom tables. WordPress provides a handful function that can create your custom tables and update their structure easily.

continue reading »