Utilizing the Options API and custom database tables.
: Gives non-technical users a simple interface to modify how the plugin behaves without touching code.
: Navigate to the directory of the WordPress plugin you want to work on (or an empty test directory) and run:
Use the Files app or PDF Expert. Pair with a code editor like Working Copy (to edit plugin files via SFTP) and keep the PDF in split view. Utilizing the Options API and custom database tables
: Access all chapter examples on GitHub .
Understanding how WordPress loads plugins and structures code.
Copy the unzipped recipe folder (e.g., ch2-favicon-injector ) directly from your download location. Paste the folder into the /wp-content/plugins/ directory. Pair with a code editor like Working Copy
Connect to your web server using an SFTP client (like FileZilla) or your hosting provider's File Manager.
Learning how to seamlessly blend your custom tools into the WordPress admin panel.
Once your local site is running, you can begin organizing your plugin files. WordPress expects plugins to live in a highly specific directory structure. Navigating to the Plugins Directory Open your local site's root folder on your computer. Navigate to wp-content/plugins/ . Copy the unzipped recipe folder (e
For serious development, the cookbook introduces you to professional workflows, including using version control. It provides recipes for:
: Go to your WordPress Dashboard → Plugins and click Activate on your new entry. 📍 Where to Find the Book