Class Fieldmanager_Media
A field to select an attachment via the WordPress Media Manager.
This field submits the selected attachment as an attachment ID (post ID).
- Fieldmanager_Field
- Fieldmanager_Media
Methods summary
public
|
|
public
|
#
admin_print_scripts( )
Hook into admin_print_scripts action to enqueue the media for the current post |
public
sanitized
|
|
public
string
|
Methods inherited from Fieldmanager_Field
_invalid_definition()
,
_unauthorized_access()
,
activate_submenu_page()
,
add_another()
,
add_meta_box()
,
add_page_form()
,
add_quickedit_box()
,
add_submenu_page()
,
add_term_meta_box()
,
add_user_form()
,
element_markup()
,
escape()
,
get_collapse_handle()
,
get_element_attributes()
,
get_element_id()
,
get_element_key()
,
get_element_label()
,
get_extra_element_classes()
,
get_form_name()
,
get_form_tree()
,
get_remove_handle()
,
get_sort_handle()
,
is_group()
,
is_repeatable()
,
preload_alter_values()
,
presave_all()
,
set_options()
,
single_element_markup()
,
wrap_with_multi_tools()
Magic methods summary
Properties summary
public
string
|
$field_class |
#
Override field_class |
public
string
|
$button_label |
#
Button Label |
public
string
|
$modal_button_label |
#
Button label in the media modal popup |
public
string
|
$modal_title |
#
Title of the media modal popup |
public
string
|
$thumbnail_class |
#
Class to attach to thumbnail media display |
public
string
|
$preview_size |
#
Which size a preview image should be. Should be a string (e.g. "thumbnail", "large", or some size created with add_image_size) You can use an array here |
public
string
|
$mime_type |
#
What mime types are available to choose from. Valid options are "all" or a partial or full mimetype (e.g. "image" or "application/pdf"). |
public static
boolean
|
$has_registered_media |
#
Static variable so we only load media JS once |
Properties inherited from Fieldmanager_Field
$add_more_label
,
$add_more_position
,
$attributes
,
$data_id
,
$data_type
,
$datasource
,
$debug
,
$default_value
,
$description
,
$description_after_element
,
$display_if
,
$escape
,
$extra_elements
,
$index
,
$index_filter
,
$inline_label
,
$input_type
,
$is_attachment
,
$label
,
$label_after_element
,
$label_element
,
$limit
,
$meta_boxes_to_remove
,
$minimum_count
,
$name
,
$one_label_per_item
,
$remove_default_meta_boxes
,
$required
,
$sanitize
,
$save_empty
,
$serialize_data
,
$skip_save
,
$sortable
,
$template
,
$validate
,
$validation_messages
,
$validation_rules