Make WordPress Core

Changes between Version 1 and Version 2 of Ticket #17447, comment 2


Ignore:
Timestamp:
05/17/2011 04:35:24 AM (13 years ago)
Author:
mikeschinkel
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #17447, comment 2

    v1 v2  
    1212Another example is`$args->columns` which would include a keyed array of headers and callbacks and/or  `$args->column_headers` containing an array of headers and `$args->column_callbacks` containing an array of callbacks. And yet another example would be to add `$args->meta_boxes` which would include a keyed array of `meta_box` args.
    1313
    14 As stated, some of those examples are ones I currently would like to be able to streamline by specifying in the register_post_type()` call making it easier to define a full-features custom post type, and some of these examples of trying to keep WordPress from doing work to create data that is simply going to be thrown away.
     14As stated, some of those examples are ones I currently would like to be able to streamline by specifying in the `register_post_type()` call making it easier to define a full-features custom post type, and some of these examples of trying to keep WordPress from doing work to create data that is simply going to be thrown away.
    1515
    1616