Taking the time to do proper testing is absolutely important and plays a key role in plugin development. Proper testing helps your plugin to be free of errors on any setup.
- [Instructor] If you made it this far congratulations…our plugin is now complete.…Let's check it out by visiting the plugin page…in the Wordpress admin area.…Here on the plugins setting page the user…can customize the login screen and the admin area.…And configure the plugin options however as desired.…So with everything complete codewise the next important…step is to test and debug the plugin.…
Check each setting, function and so forth.…This is important to do for any plugin that will be…publicly available.…In the previous tutorial preparing for development…we set up Wordpress's debug feature.…The debug feature is enabled via the Wordpress…configuration file to enable debug mode we set the…WP debug constant to true and we also set the debug log…constant to true.…With debug enabled any errors that happened within…Wordpress will be logged in this file.…
Debug.log.…As you develop your own plugins keep an eye on this file,…fixing errors as you go tends to be faster and easier…than trying to test everything all at the same time.…
Author
Updated
8/22/2019Released
9/18/2017- WordPress APIs
- Action and filter hooks
- Activating and deactivating plugins
- Plugin security
- Creating the directory and files
- Adding menus and the settings page
- Inserting custom functionality
- Including JavaScript and CSS
- Testing and debugging WordPress plugins
- Creating widgets
- Managing users and roles
- Adding custom post types and taxonomies
- Working with custom fields and database queries
- Using APIs: Transients, HTTP, and REST
Skill Level Intermediate
Duration
Views
Related Courses
-
WordPress: Developing Secure Sites
with Jeff Starr2h 34m Intermediate
-
Introduction
-
Welcome57s
-
-
1. First Steps
-
Course overview2m 32s
-
Prepare for development3m 54s
-
Explore WordPress plugins4m 28s
-
-
2. Plugin Basics
-
Get started6m 43s
-
Explore WordPress APIs3m 12s
-
Action and filter hooks4m 54s
-
-
3. Building a WordPress Plugin
-
Add administration menus11m 39s
-
Add the plugin settings page14m 3s
-
Add settings callback functions11m 28s
-
Validate plugin settings7m 6s
-
Add custom functionality11m 45s
-
Include JavaScript and CSS7m 39s
-
Plugin internationalization7m 47s
-
Add an uninstall feature5m 32s
-
Test and debug3m 54s
-
4. Essential Plugin Techniques
-
Customize the WordPress loop11m 23s
-
Create widgets7m 43s
-
Manage users and roles11m 1s
-
Work with JavaScript and CSS10m 10s
-
Use the Options API6m 34s
-
-
5. Extending Plugin Functionality
-
Work with custom fields9m 45s
-
Add meta boxes9m 2s
-
Integrate admin notices7m 22s
-
6. Advanced Plugin Techniques
-
Use the Transients API8m 58s
-
Use the HTTP API12m 8s
-
Use WP-Cron9m 21s
-
Implement Ajax11m 1s
-
Use the REST API9m 49s
-
Develop with Gutenberg4m 15s
-
-
Conclusion
-
Next steps1m 16s
-
- Mark as unwatched
- Mark all as unwatched
Are you sure you want to mark all the videos in this course as unwatched?
This will not affect your course history, your reports, or your certificates of completion for this course.
CancelTake notes with your new membership!
Type in the entry box, then click Enter to save your note.
1:30Press on any video thumbnail to jump immediately to the timecode shown.
Notes are saved with you account but can also be exported as plain text, MS Word, PDF, Google Doc, or Evernote.
Share this video
Embed this video
Video: Test and debug