Making WordPress.org


Ignore:
Timestamp:
03/05/2021 12:29:06 AM (6 years ago)
Author:
coffee2code
Message:

Handbooks, Init & Handbook: Move primary handbook config options array documentation to WPorg_Handbook::get_default_handbook_config().

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/plugins/handbook/inc/handbook.php

    r10769 r10772  
    7575                 * Filters default handbook configuration array.
    7676                 *
    77                  * @param string $slug The slug for the post type. Default is post type.
     77                 * @param array $config {
     78                 *     Associative array of handbook configuration.
     79                 *
     80                 *     @type string $label The label for the handbook. Default is the
     81                 *                         post type slug converted to titlecase (e.g.
     82                 *                         plugin-handbok => "Plugin Handbook").
     83                 *     @type string $slug  The slug for the post type. Default is the
     84                 *                         post type.
     85                 * }
    7886                 */
    7987                return (array) apply_filters( 'handbook_default_handbook_config', [
Note: See TracChangeset for help on using the changeset viewer.