WordPress has it’s own built-in database functions that plugin developers can use. Since WP already uses a mySQL database, everything you need as a developer is already there. WordPress Options vs Custom Database Usage Whenever you want to save some … Continue reading
Tag Archives: multisite
One of the most commonly used types of WordPress functions by developers are the option functions. Options give developers an easy way to store and retrieve information from the database. In many cases, these are used for plugin settings pages … Continue reading