ajax_bobbfunc::test_bw_jq_and_bw_jq_flush() –
bob_domain_name_test() –
BW_::bw_textarea() – Form a "textarea" field
BW_::bw_textarea_arr() – Create a textarea for an array options field
BW_::bw_textarea_cb_arr() – Create an optional textarea
BW_::bw_textfield() – Form a text field
BW_::bw_textfield_arr() – Create a textfield for an array options field
bw_add_shortcode_title_expansion() – Set the value for shortcode expansion for "the_title"
bw_admin_strip_tags() – Strip tags if the content is being displayed on an admin page
bw_build_overridden_type() – Build the overridden post_type definition
bw_check_noderef_types() – Check if the post_type is mentioned in post_types
bw_custom_column_taxonomy() – Format custom column data for a taxonomy
bw_default_selector_for_theme() – Return the default selector for the theme’s background image
bw_default_taxonomy_args() – Set default args for a taxonomy
bw_default_taxonomy_labels() – Set default custom taxonomy labels
bw_default_title_arr() – Build a default title_arr from the field_arr
bw_determine_post_type_from_hook() – Determines post type from hook
bw_fields_get_thumbnail() – Return the thumbnail for the featured image
bw_field_function_tags() – Format the Tags (format=t )
bw_field_function_title() – Format the title (format=T)
bw_format_table() – Format the data in a table
bw_format_table_row() – Format a table row
bw_format_tabs() – Format a tabs block – for jQuery UI tabs 1.9.2 or higher
bw_format_tabs_list() – Format a post as link within the same document
bw_format_taxonomy() – Format a taxonomy for the ‘post’
bw_format_thumb() – Format the "thumb"
bw_format_thumbnail() – Format the thumbnail when displayed in a block
bw_format_tree() – Format the tree – as a nested list
bw_form_field_textarea() – Format a textarea metabox
bw_form_function_title() – Display the post title field
bw_form_tag() – Create the form tag
bw_get_attachment_thumbnail() – Get the "thumbnail" image for an attachment
bw_get_cms_type() – Determine the CMS type
bw_get_file_time() – Get the file’s timestamp
bw_get_list_table() – Fetch an instance of the BW_List_Table class
bw_get_shortcode_title_expansion() – Query the value for shortcode expansion for "the_title"
bw_get_special_post_type() – Get special post types
bw_get_theme_name() – Return the WP_theme object for the named theme
bw_get_theme_server() – Determine the server that supports this theme
bw_get_theme_slugs() –
bw_get_theme_version() – Returns current theme version.
bw_get_the_content() – Expand shortcodes in the content
bw_get_the_excerpt() – Expands shortcodes in the excerpt
bw_get_thumbnail() – Get the post thumbnail
bw_get_thumbnail_size() – Validate the thumbnail size, returning appropriate value for subsequent calls
bw_get_thumbnail_src() – Return the source file name for the appropriately sized thumbnail image
bw_get_tide_info() – Gets tide information from the $tide_url
bw_global_post_type() – Return the global post’s post_type
bw_help_table() – Table header for bw_codes
bw_inner_tag() – Returns the correct inner tag given the outer
bw_inner_tags() – Return an array of inner tags for selected outer tags
bw_jquery_enqueue_ui_theme() – Enqueue the jQuery UI style file
bw_l10n_field_title() – Customizes the field title
bw_lazy_trace() – Implement bw_trace() to write a record to the trace log file
bw_lazy_trace2() – Improved trace function that needs no parameters, but accepts two
bw_lazy_trace_actions() – Attach oik-bwtrace to each action that gets invoked by do_action
bw_lazy_trace_action_immediate() – Trace the fact that an action has been invoked without our prior knowledge of the possibility
bw_lazy_trace_config_startup() – Implement (lazy) trace startup from wp-config.php
bw_lazy_trace_count() – Prepare for counting action hooks and filters
bw_link_text_from_url() – Returns nice link text
bw_link_thumbnail() – Create a thumbnail link
bw_list_registered_post_types() – Return a list of registered post_types
BW_List_Table::ajax_response() – Handle an incoming ajax request (called from admin-ajax.php)
BW_List_Table::ajax_user_can() – Checks the current user’s permissions
BW_List_Table::bulk_actions() – Display the bulk actions dropdown.
BW_List_Table::column_cb() – Implement default display of the checkbox field
BW_List_Table::column_default() – Implement default column display
BW_List_Table::comments_bubble() – Display a comment count bubble
BW_List_Table::current_action() – Get the current action selected from the bulk actions dropdown.
BW_List_Table::display() – Display the table
BW_List_Table::display_rows() – Generate the table rows
BW_List_Table::display_rows_or_placeholder() – Generate the tbody element for the list table.
BW_List_Table::display_tablenav() – Generate the table navigation above or below the table
BW_List_Table::extra_tablenav() – Extra controls to be displayed between bulk actions and pagination
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_columns() – Get a list of columns. The format is: ‘internal-name’ => ‘Title’
BW_List_Table::get_column_count() – Return number of visible columns
BW_List_Table::get_column_info() – Get a list of all, hidden and sortable columns, with filter applied
BW_List_Table::get_default_primary_column_name() – Gets the name of the default primary column.
BW_List_Table::get_items_per_page() – Get number of items to display on a single page
BW_List_Table::get_pagenum() – Get the current page number
BW_List_Table::get_pagination_arg() – Access the pagination args.
BW_List_Table::get_primary_column_name() – Gets the name of the primary column.
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_table_classes() – Get a list of CSS classes for the list table table tag.
BW_List_Table::get_views() – Get an associative array ( id => link ) with the list of views available on this table.
BW_List_Table::handle_row_actions() – Generates and display row actions links for the list table.
BW_List_Table::has_items() – Whether the table has items to display or not
BW_List_Table::months_dropdown() – Display a monthly dropdown for filtering items
BW_List_Table::no_items() – Message to be displayed when there are no items
BW_List_Table::pagination() – Display the pagination.
BW_List_Table::prepare_items() – Prepares the list of items for displaying.
BW_List_Table::print_column_headers() – Print column headers, accounting for hidden and sortable columns.
BW_List_Table::row_actions() – Generate row actions div
BW_List_Table::search_box() – Display the search box.
BW_List_Table::set_pagination_args() – An internal method that sets all the necessary pagination arguments
BW_List_Table::single_row() – Generates content for a single row of the table
BW_List_Table::single_row_columns() – Generates the columns for a single row of the table
- 1
- 2
- 3
- …
- 15
- Next Page »