Professional WordPress Plugin Development and over one million other books are available for Amazon Kindle. Learn more


or
Sign in to turn on 1-Click ordering.
or
Amazon Prime Free Trial required. Sign up when you check out. Learn More
Kindle Edition
 
   
Sell Back Your Copy
For a $7.00 Gift Card
Trade in
More Buying Choices
Have one to sell? Sell yours here
Professional WordPress Plugin Development
 
 
Start reading Professional WordPress Plugin Development on your Kindle in under a minute.

Don't have a Kindle? Get your Kindle here, or download a FREE Kindle Reading App.

Professional WordPress Plugin Development [Paperback]

Brad Williams (Author), Ozh Richard (Author), Justin Tadlock (Author)
4.9 out of 5 stars  See all reviews (15 customer reviews)

List Price: $44.99
Price: $24.35 & eligible for FREE Super Saver Shipping on orders over $25. Details
You Save: $20.64 (46%)
  Special Offers Available
o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o
In Stock.
Ships from and sold by Amazon.com. Gift-wrap available.
Want it delivered Tuesday, May 29? Choose One-Day Shipping at checkout. Details
Textbook Student FREE Two-Day Shipping for students on millions of items. Learn more

Formats

Amazon Price New from Used from
Kindle Edition $17.39  
Paperback $24.35  
Sell Back Your Copy for $7.00
Whether you bought it on Amazon or somewhere else, you can sell it back through our Book Trade-In Program at the current price of $7.00.
New Price$24.35
Trade-in Price$7.00
Price after
Trade-in
$17.35

Book Description

March 15, 2011 0470916222 978-0470916223 1
As one of the most popular open source content management systems available today, WordPress boasts a framework that allows you to easily customize and extend it through plugins. This comprehensive book shows you how plugins work, reviews the tools and APIs available in WordPress, and demonstrates how to extend the functionality of WordPress with plugins.

The trio of established authors provides a practical, solutions-based approach along with a collection of timely examples and plenty of code, all aimed at clearly explaining how to create a plugin file, work with users, integrate widgets, add menus and submenus, secure your plugins, and more. You will quickly come to understand how to develop custom plugins so that you can take WordPress to the next corporate and enterprise level.

Professional WordPress Plugin Development:
  • Details the range of complexity in plugins, from a very simple plugin to an extremely elaborate social network package
  • Addresses how to integrate into WordPress, save settings, create widgets and shortcodes, and implement uninstall
  • Learn the proper techniques for storing data, customizing user roles, and security best practices
  • Shares techniques for using custom post types and creating and using custom taxonomies
  • How to create plugins for WordPress Multisite networks
  • Integrate user and role management
  • Explores the HTTP API, JavaScript and AJAX, Cron, the Rewrite API, and more

Check Out Related Media



Special Offers and Product Promotions

  • Buy $50 in qualifying physical textbooks, get $2 in Amazon MP3 Credit. Here's how (restrictions apply)

Frequently Bought Together

Professional WordPress Plugin Development + Professional WordPress (Wrox Programmer to Programmer) + WordPress Bible
Price For All Three: $84.46

Show availability and shipping details

Buy the selected items together
  • In Stock.
    Ships from and sold by Amazon.com.
    Eligible for FREE Super Saver Shipping on orders over $25. Details

  • Professional WordPress (Wrox Programmer to Programmer) $29.69

    In Stock.
    Ships from and sold by Amazon.com.
    This item ships for FREE with Super Saver Shipping. Details

  • WordPress Bible $30.42

    In Stock.
    Ships from and sold by Amazon.com.
    This item ships for FREE with Super Saver Shipping. Details



Editorial Reviews

From the Author

WHO THIS BOOK IS FOR

This book is for professional Web developers who want to make WordPress work exactly how they and their clients want. WordPress has already proven an exceptional platform for building any type of site from simple static pages to networks of full - featured communities. Learning how to code plugins will help you get the most out of WordPress and have a cost - effective approach to developing per - client features.

This book is also for the code freelancers who want to broaden their skill portfolio, understand the inner - workings of WordPress functionality, and take on WordPress gigs. Since WordPress is the most popular software to code and power websites, it is crucial that you understand how things run under the hood and how you can make the engine work your way. Learning how to code plugins will be a priceless asset to add to your resume and business card.

Finally, this book is for hobbyist PHP programmers who want to tinker with how their WordPress blog works, discover the infi nite potential of lean and fl exible source code, and how they can interact with the fl ow of events. The beauty of open source is that it ' s easy to learn from and easy to give back in turn. This book will help you take your fi rst step into a community that will welcome your creativity and contribution.

From the Inside Flap

  • Chapter 1 An Introduction to Plugins
  • Chapter 2 Plugin Foundation
  • Chapter 3 Hooks
  • Chapter 4 Integrating in WordPress
  • Chapter 5 Internationalization
  • Chapter 6 Plugin Security
  • Chapter 7 Plugin Settings
  • Chapter 8 Users
  • Chapter 9 HTTP API
  • Chapter 10 The Shortcode API
  • Chapter 11 Extending Posts: Metadata, Custom Post Types, and Taxonomies
  • Chapter 12 JavaScript and Ajax in WordPress
  • Chapter 13 Cron
  • Chapter 14 The Rewrite API
  • Chapter 15 Multisite
  • Chapter 16 Debugging and Optimizing
  • Chapter 17 Marketing Your Plugin
  • Chapter 18 The Developer Toolbox

Product Details

  • Paperback: 552 pages
  • Publisher: Wrox; 1 edition (March 15, 2011)
  • Language: English
  • ISBN-10: 0470916222
  • ISBN-13: 978-0470916223
  • Product Dimensions: 9.2 x 7.4 x 1.1 inches
  • Shipping Weight: 2 pounds (View shipping rates and policies)
  • Average Customer Review: 4.9 out of 5 stars  See all reviews (15 customer reviews)
  • Amazon Best Sellers Rank: #66,916 in Books (See Top 100 in Books)

More About the Authors

Discover books, learn about writers, read author blogs, and more.

Customer Reviews

3 star
0
2 star
0
1 star
0
Most Helpful Customer Reviews
16 of 16 people found the following review helpful
Format:Paperback
A formula for success:

1. Put together an idea and outline for a book that hasn't been covered in-depth before.
2. Gather three of the most talented WordPress developers/writers and have them write the book.
3. Release the book and watch the Elves return back to Middle Earth to rejoice with men.

Professional Plugin Development, written by Ozh Richard, Justin Tadlock, and Brad Williams, is a much-needed and very timely book.

There have been several aspiring developers that have approached me saying they needed a start-from-the-basics WordPress plugin development book. And while Professional Plugin Development does teach the basics of plugin development, it quickly moves on to much more complex topics.

The book covers the topics I care most about, such as:

* WordPress Plugin Foundation and Best Practices
* WordPress Security
* WordPress Actions and Filters (aka, hooks)
* And Ajax

But the book goes beyond basic plugin development. It teaches you about plugin options, CRON for scheduling common tasks, storing data (whether it is via post types, transients, or options), the HTTP API (for retrieving remote data), users (how to set up roles and capabilities), localization (err, internationalization), and how to test plugin performance.

For a novice PHP and WordPress developer, this is a good starting point. But don't think of this book as your way to learn PHP, jQuery, or even basic WordPress (there's WordPress for Dummies for that).

This is a book written by developers for developers. And I must say that I learned a lot from this book, and I've been developing WordPress plugins and themes for almost six years.

Here are the things I learned most from this book:

* The Why. I've used a lot of the techniques from the book before, but now I have a better understanding of why the techniques should be implemented. An example is security and WordPress coding best practices.
* Rewrites and Cron. These two topics escape me (no pun intended) for some reason, but I have a much better understanding of how everything works behind the scenes.
* Security. Security can not be stressed enough, and very solid security tips are sprinkled throughout the book (and the topic even receives treatment via its own dedicated chapter).
* Multisite. I've been working with multisite for almost a year now, and it's a topic I'm still learning in-depth. The chapter gives a great explanation of terms and common pitfalls.

Last, but certainly not least, the book goes into great detail for what you should do after you've released a plugin, whether you want to release it for free in the official WordPress repo, or have it available exclusively on your own site (whether commercial or free). The book explains marketing, how to set up automatic updates (albeit a bit glossed over), and how to get the plugin on the official repo.

This is a highly recommended book, whether it be the print version, or digital.
Comment | 
Was this review helpful to you?
12 of 12 people found the following review helpful
Format:Paperback|Amazon Verified Purchase
The first time I went to a WordCamp presentation, the speaker said off-hand, "before I do anything, I check Justin Tadlock's site to see if he's written a tutorial." Before that day, I had never depended on anything but the Codex for support when I wrote plug-ins ... and you could tell by looking at my code.

Since then, I've become a frequent reader of Justin's blog, I've subscribed to several mailing lists for code, and I've started following quality developers - namely the authors of this book - on Twitter. It's been a slow start, but it's changed the way I look at open source and development in general.

And now comes a book written by three of the most respected developers in the WordPress community. It's well written, honest, and comes from a collective background of collaboration and been-there-done-that experience. I've been working with WordPress for more than 4 years now, and this is by far the best reference I've seen to date ... both for developers just starting with the project and for seasoned professionals who build their business on WordPress.

I've seen code written by all three of these developers, built my own systems on the shoulders of their outstanding work, and watched several others grow as developers following after their example. I can't think of any team more qualified to write about WordPress plug-in development, and I can't think of anyone else who'd do a better job.

This is an outstanding book and was definitely worth the 2-month pre-order wait to have a physical copy on my desk to mark up and turn back to. Though I'm confident that the eBook version will be just as useful for those who can't wait for overnight shipping to deliver! :-)
Comment | 
Was this review helpful to you?
7 of 7 people found the following review helpful
Format:Paperback|Amazon Verified Purchase
I wish I had this two years ago.

As I implied in the title, I found enough in Chapter 2 to keep me busy for a day or two just cleaning up my existing plugins. While I don't necessarily agree with every guideline (tabs!? Yeeech!), I'm willing to implement each and every one (even tabs!) to get my code up to par.

Seriously, if my code isn't at least par, how could it ever possibly be awesome?

It feels good to be excited again about programming for WordPress.

By the way, anyone serious about WordPress plugin programming will find Ronal Heureca's "WordPress and Ajax" book an indispensable companion to this one.
Comment | 
Was this review helpful to you?
Most Recent Customer Reviews
Excellent Reference for WP Developers
I've been developing WordPress plugins for over 2 years and I'm still impressed with this book. It gives some great insights into how some of the great developers do their code and... Read more
Published 3 months ago by C. Wiegman
Upgrade for Professional WP, bible for WP plugin developers
I will be short. Why buy this book? If you want to be good in WP plugin develelopment you need to know many things, how to develop admin plugin, frontend widget, implement... Read more
Published 4 months ago by Ivan Ilijasic
No-nonsense, full reference
If your goal is to hack a Wordpress plugin in the shortest time possible, this is the book you need! Covers all aspects of developing a plugin with examples.
Published 6 months ago by Cgiware
Good reference book for WordPress Plugin development newbies
This book is an excellent start for those new to WordPress plugin development, covering many aspects such as licensing, marketing, the WordPress API, use of custom data tables,... Read more
Published 9 months ago by William Edgar
From plugin n00b to author in 1 week
What a fantastic introduction to REAL plugin development. No amount of online tutorials can come close to preparing you for real life plugin development. Read more
Published 11 months ago by Jacob Dubail
WordPress Plugins made easy!
The first thing you'll notice about this book is how concise and to the point it is. It doesn't coddle or pad its content in the slightest. Read more
Published 11 months ago by Gamanuel Fleurmond
Very well organized and makes emphasis on foundations
An excellent book for who want go beyond simple code tweaking and make a entirely new plugin for their own. Read more
Published 11 months ago by Bayron Guevara
An Excellent Resource for Programmers
This is one of the best WordPress books I've seen.

It goes beyond merely showing how to do plugins and deals extensively with how a programmer can make WordPress do... Read more
Published 13 months ago by Edward K. Garrison
Great Book
Highly recommended for WordPress developers. Tons of best practices, covers all the bases, and packed with numerous things that you should absolutely know, but most of don't. Read more
Published 13 months ago by Wraith
Short, sweet and to the point
- Every Wordpress head will want one.
- Aspiring Wordpress developers will need one.
- Needs to be read sitting down (with a connection nearby preferably). Read more
Published 14 months ago by Robert S
Search Customer Reviews
Only search this product's reviews

Inside This Book (learn more)
Browse Sample Pages:
Front Cover | Table of Contents | First Pages | Index | Surprise Me!
Search Inside This Book:

What Other Items Do Customers Buy After Viewing This Item?


Tags Customers Associate with This Product

 (What's this?)
Click on a tag to find related items, discussions, and people.
 
(5)
(4)
(2)

Your tags: Add your first tag
 

Customer Discussions

This product's forum
Discussion Replies Latest Post
No discussions yet

Ask questions, Share opinions, Gain insight
Start a new discussion
Topic:
First post:
Prompts for sign-in
 


Active discussions in related forums
Search Customer Discussions
Search all Amazon discussions
   
Related forums





Look for Similar Items by Category


Look for Similar Items by Subject