bobbcomp::bw_array_get_dcb() – Return the array[index] or build the result by calling $callback, passing the $default as the arg.
bw_get_categories() – Get the list of categories for this "post" as a string of slugs separated by commas
bw_global_excerpt() – Return the value of the GLOBAL post’s excerpt field setting it to the new value
bw_get_thumbnail_size() – Validate the thumbnail size, returning appropriate value for subsequent calls
bw_array_get_dcb() – Return the array[index] or build the result by calling $callback, passing the $default as the arg.
bw_get_user_field() – Given a valid user ID return the required field, which may be from a set such as bw_options
BW_List_Table::get_column_info() – Get a list of all, hidden and sortable columns, with filter applied
BW_List_Table::get_sortable_columns() – Get a list of sortable columns. The format is: ‘internal-name’ => ‘orderby’ or ‘internal-name’ => array( ‘orderby’, true )
BW_List_Table::get_bulk_actions() – Get an associative array ( option_name => option_title ) with the list of bulk actions available on this table.
BW_List_Table::get_views() – Get an associative array ( id => link ) with the list of views available on this table.
Tests_shortcodes_oik_geshi::test_bw_format_content_lang_mysql() – Test bw_format_content for lang=mysql
Tests_shortcodes_oik_geshi::test_bw_format_content_lang_javascript() – Test bw_format_content for lang=javascript
Tests_shortcodes_oik_geshi::test_bw_format_content_lang_jquery() – Test bw_format_content for lang=jquery
Tests_shortcodes_oik_geshi::test_bw_format_content_lang_html() – Test bw_format_content for lang=html
Tests_shortcodes_oik_geshi::test_bw_format_content_lang_html5() – Test bw_format_content for lang=html5
Tests_shortcodes_oik_geshi::test_oik_css_validate_lang_bb_BB() – Tests invalid language – when user forgets it in the shortcode
Tests_shortcodes_oik_geshi::test_oik_css_validate_lang_en_GB() – Tests invalid language – when user forgets it in the shortcode
Tests_shortcodes_oik_geshi::test_no_unexpected_side_effects_in_setUp() – In shortcodes/oik-css.php there was an