BluePrint-Q
  • Namespace
  • Class

Namespaces

  • bpq
  • ski

Classes

  • bootstrap
  • convert
  • cz_checkbox_ctl
  • cz_color_palette_ctl
  • cz_date_picker_ctl
  • cz_detail_ctl
  • cz_divider_1_ctl
  • cz_divider_2_ctl
  • cz_drop_categories_ctl
  • cz_drop_ctl
  • cz_drop_image_sizes_ctl
  • cz_drop_menu_items_ctl
  • cz_drop_menus_ctl
  • cz_drop_pages_ctl
  • cz_drop_post_types_ctl
  • cz_drop_posts_ctl
  • cz_drop_tags_ctl
  • cz_drop_taxonomies_ctl
  • cz_drop_terms_ctl
  • cz_drop_users_ctl
  • cz_dummy_ctl
  • cz_media_library_ctl
  • cz_number_bar_ctl
  • cz_radio_image_align_x_ctl
  • cz_radio_image_align_y_ctl
  • cz_radio_image_alignment_ctl
  • cz_radio_image_ctl
  • cz_radio_image_sidebar_layout_ctl
  • cz_radio_image_site_span_layout_ctl
  • cz_radio_text_ctl
  • cz_text_area_ctl
  • cz_textbox_ctl
  • db
  • db_recordset
  • drop
  • mail
  • math
  • mb_checkbox_ctl
  • mb_ctl
  • mb_date_picker_ctl
  • mb_detail_ctl
  • mb_divider_ctl
  • mb_drop_ctl
  • mb_media_library_ctl
  • mb_number_bar_ctl
  • mb_radio_image_ctl
  • mb_radio_image_sidebar_layout_ctl
  • mb_radio_image_site_span_layout_ctl
  • mb_radio_text_ctl
  • mb_repeater_ctl
  • mb_text_area_ctl
  • mb_text_ctl
  • mb_text_notice_ctl
  • mb_textbox_ctl
  • media
  • metabox
  • path
  • post
  • question
  • sanitize
  • string
  • textbox

Traits

  • cz_supplement

Functions

  • customize_register_section
  • cz_enqueue
  • init
  • metabox_sample

Trait cz_supplement

Defining a trait here means that we can continue to derive from the existing WP controls, but add in our additional attributes without changing the signature.

Direct Known Users

ski\cz_checkbox_ctl, ski\cz_color_palette_ctl, ski\cz_textbox_ctl, ski\cz_date_picker_ctl, ski\cz_detail_ctl, ski\cz_drop_ctl, ski\cz_media_library_ctl, ski\cz_number_bar_ctl, ski\cz_radio_image_ctl, ski\cz_radio_text_ctl, ski\cz_text_area_ctl

Indirect Known Users

ski\cz_drop_categories_ctl, ski\cz_drop_image_sizes_ctl, ski\cz_drop_users_ctl, ski\cz_radio_image_align_x_ctl, ski\cz_radio_image_align_y_ctl, ski\cz_radio_image_alignment_ctl, ski\cz_radio_image_sidebar_layout_ctl, ski\cz_radio_image_site_span_layout_ctl, ski\cz_drop_menu_items_ctl, ski\cz_drop_menus_ctl, ski\cz_drop_pages_ctl, ski\cz_drop_post_types_ctl, ski\cz_drop_posts_ctl, ski\cz_drop_tags_ctl, ski\cz_drop_taxonomies_ctl, ski\cz_drop_terms_ctl

Namespace: ski
Author: Dan Suleski
Since: 2.0
Located at packages/ski.web/controls/ski.wp.customizer.php

Methods summary

public
# get_label_markup( )

The label should be uniform for every control - so just lay it out once and reference it from the render_content callback everywhere.

The label should be uniform for every control - so just lay it out once and reference it from the render_content callback everywhere.

public
# get_description_markup( )

The description should be uniform for every control - so just lay it out once and reference it from the render_content callback everywhere.

The description should be uniform for every control - so just lay it out once and reference it from the render_content callback everywhere.

public
# get_description_after_markup( )

Just like the description that comes first, the description that comes after the main control should be uniform for each of these controls - so just lay it out once and reference it from the render_content callback everywhere.

Just like the description that comes first, the description that comes after the main control should be uniform for each of these controls - so just lay it out once and reference it from the render_content callback everywhere.

public
# get_label_description_markup( )

The label and description should be uniform for every control - so just lay it out once and reference it from the render_content callback everywhere.

The label and description should be uniform for every control - so just lay it out once and reference it from the render_content callback everywhere.

Magic methods summary

Properties summary

public string $desc
#

Optional description to be displayed near the option title

Optional description to be displayed near the option title

public string $desc_after
#

Optional description to be displayed after the main control

Optional description to be displayed after the main control

BluePrint-Q API documentation generated by ApiGen 2.8.0