Time to practice

Developing high-quality plugins is the key to success in web development using WordPress. In this chapter, we introduced various techniques for creating extensible plugins. Now it's time for you to take one step further by exploring the various other ways of using plugins. Take some time and try out the following tasks to get the best out of this chapter.

  • In this chapter, we integrated the media uploader to custom fields and restricted the file types using actions. But the restrictions will be global across all types of posts. Try to make the restrictions based on custom post types and custom fields. (You should be able to customize the media uploader for each field).
  • Use the wp_handle_upload function to implement manual file uploading ...

Get WordPress Web Application Development now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.