Method |
Description |
|
buddypress_content ( ) : void |
Define buddypress content. |
|
buddypress_render_options ( array $options ) : array |
Render buddypress options. |
|
checkbox ( array $args, boolean $echo = true ) : string |
Show rtmedia checkbox in admin options. |
|
custom_css_content ( ) : void |
Define custom css content. |
|
custom_css_render_options ( array $options ) : array |
Render custom css options. |
|
dimensions ( $args ) : void |
Show rtmedia dimensions in admin options. |
|
display_content ( ) : void |
display content. |
|
display_render_options ( array $options ) : array |
display render options. |
|
extract_settings ( string $section_name, array $options ) : array |
extract settings. |
|
general_content ( ) : void |
Define general_content |
|
get_type_details ( array $allowed_types, string $key ) : array |
Get type details |
|
number ( array $args ) : void |
Show rtmedia number in admin options. |
|
privacy_content ( ) : void |
Render privacy content. |
|
privacy_render_options ( array $options ) : array |
Render privacy options. |
|
radio ( array $args ) : void |
Show rtmedia radio in admin options. |
|
render_general_content ( array $options ) : array |
render general content. |
|
render_option_content ( $option ) |
*
render options |
|
render_option_group ( $group ) |
*
render option group title inside single tab |
|
render_tab_content ( $options, $groups = [], $default_group ) |
*
render each tab content |
|
rtForm_do_settings_fields ( string $page, string $section ) : void |
Define rtForm do_settings_fields. |
|
rtForm_settings_tabs_content ( string $page, array $sub_tabs ) : void |
Define rtForm settings tabs content. |
|
selectBox ( $args ) |
|
|
sizes_content ( ) : void |
Define sizes_content. |
|
sizes_render_options ( array $options ) : array |
Define sizes_render_options. |
|
textarea ( array $args, boolean $echo = true ) : string |
Show rtmedia textarea in admin options. |
|
textbox ( array $args ) : void |
Show rtmedia textbox in admin options. |
|
types_content ( ) : void |
Define types_content. |
|
types_render_options ( array $options ) : array |
Define types_render_options. |
|