- bw_rwd() – Dynamically generate oik responsive web design class definitions for the class names given
- bw_rwd__help() – Help hook for "bw_rwd" shortcode
- bw_rwd__syntax() – Syntax hook for "bw_rwd" shortcode
- OIK_action::__construct() –
- oik_rwd_activation() – Implement "admin_notices" for oik-rwd to check plugin dependency
- oik_rwd_add_shortcodes() – Implement "oik_add_shortcodes" for oik-rwd
- oik_rwd_adjusted_max_width_for_context() – Return the max-width in pixels taking into account the context
- oik_rwd_admin_menu() – Implement "oik_admin_menu" action for oik-rwd
- oik_rwd_apply_width_mapping() – Apply a mapping to the width to adjust for different devices
- oik_rwd_class() – Maintain a list of "oik responsive-web-design" classes to generate
- oik_rwd_default_media_rules() – We’re trying to create a set of media queries with graceful degradation as the window width narrows So we need to know min/max width at which a transition occurs and how to cater for different percentages.
- oik_rwd_do_page() – Draw the oik RWD option page
- oik_rwd_dynamic_adjust_width() – Set a new width allowing for left and right padding
- oik_rwd_dynamic_css_class() – Dynamically generate the CSS class that is suggested by the class name
- oik_rwd_dynamic_css_generate() – Dynamically generate a CSS class for width or height
- oik_rwd_dynamic_css_generate_height() – Dynamically generate a CSS class for min-height
- oik_rwd_dynamic_css_generate_width() – Dynamically generate a CSS class definition for width
- oik_rwd_dynamic_css_pv() – Return a CSS declaration – property: value pair
- oik_rwd_init() – Implement "oik_loaded" action for oik-rwd
- oik_rwd_lazy_admin_menu() – Implement "oik_admin_menu" filter
- oik_rwd_lazy_mq() – Edit the media queries settings for oik-rwd
- oik_rwd_mq() – Display the table of media query rule definitions
- OIK_rwd_mq_settings::edit_cb() –
- OIK_rwd_mq_settings::init() –
- OIK_rwd_mq_settings::list_types() –
- OIK_rwd_mq_settings::preview_cb() –
- oik_rwd_oik_class_intercept() – Implement "oik_class_intercept" action
- oik_rwd_oik_responsive_column_class() – Implement "oik_responsive_column_class" filter for oik-rwd
- oik_rwd_options() – Display the options fields
- oik_rwd_padding() – Return the value for the padding/margin field when the $padding_pos matches a value in $match
- oik_rwd_plugin_loaded() – Function to run when the plugin file is loaded
- oik_rwd_shortcode_atts() – Implement "oik_shortcode_atts" filter for oik-rwd
- oik_rwd_test_area() – Display the test area using an iframe of the home page
- oik_rwd_wp_footer() – Dynamically generate the CSS classes and media queries
- OIK_settings::add_cb() –
- OIK_settings::dopage() – Generic handling of the settings page
- OIK_settings::do_actions() –
- OIK_settings::field_headings() – Display the table headings for the fields
- OIK_settings::field_row() – Display a single row of data
- OIK_settings::field_rows() – Display the table of option data and links
- OIK_settings::get_action() –
- OIK_settings::get_action_cb() –
- OIK_settings::get_action_label() –
- OIK_settings::init() –
- OIK_settings::link() – Return a link to invoke the action if supported
- OIK_settings::links() – Return the set of action links for the row
- OIK_settings::list_types() – Display the table of registered post types
- OIK_settings::__construct() –
- OIK_settings_field::get_value() –
- OIK_settings_field::render() –
- OIK_settings_field::__construct() –
oik-rwd APIs
Application Programming Interfaces for the oik-rwd plugin: