[ Index ]

PHP Cross Reference of WordPress Trunk (Updated Daily)

Search

title

Body

[close]

/wp-includes/customize/ -> class-wp-customize-media-control.php (summary)

Customize API: WP_Customize_Media_Control class

File Size: 268 lines (9 kb)
Included or required: 2 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

WP_Customize_Media_Control:: (6 methods):
  __construct()
  enqueue()
  to_json()
  render_content()
  content_template()
  get_default_button_labels()


Class: WP_Customize_Media_Control  - X-Ref

Customize Media Control class.

__construct( $manager, $id, $args = array()   X-Ref
Constructor.

param: WP_Customize_Manager $manager Customizer bootstrap instance.
param: string               $id      Control ID.
param: array                $args    Optional. Arguments to override class property defaults.

enqueue()   X-Ref
Enqueue control related scripts/styles.


to_json()   X-Ref
Refresh the parameters passed to the JavaScript via JSON.


render_content()   X-Ref
Don't render any content for this control from PHP.


content_template()   X-Ref
Render a JS template for the content of the media control.


get_default_button_labels()   X-Ref
Get default button labels.

Provides an array of the default button labels based on the mime type of the current control.

return: string[] An associative array of default button labels keyed by the button name.



Generated : Sat Apr 20 08:20:01 2024 Cross-referenced by PHPXref