Читать книгу Professional WordPress Plugin Development - Brad Williams - Страница 86

THE SETTINGS API

Оглавление

Options can be internally created and updated by your plugin (for instance, storing the time stamp of the next iteration of a procedure). But they are also frequently used to store settings the end user will modify through your plugin administration page.

When creating or updating user‐defined options for a plugin, relying on the Settings API can make your code both simpler and more efficient.

Professional WordPress Plugin Development

Подняться наверх