BW_List_Table::view_switcher() – Display a view switcher
BW_List_Table::_js_vars() – Send required variables to JavaScript land
BW_List_Table::__call() – Make private/protected methods readable for backwards compatibility.
BW_List_Table::__construct() – Constructor.
BW_List_Table::__get() – Make private properties readable for backwards compatibility.
BW_List_Table::__isset() – Make private properties checkable for backwards compatibility.
BW_List_Table::__set() – Make private properties settable for backwards compatibility.
BW_List_Table::__unset() – Make private properties un-settable for backwards compatibility.
bw_list_table_loader() – Find where the class is implemented and load it
bw_list_taxonomies() – Return a list of taxonomies
bw_list_trace_levels() – Return the possible trace levels
bw_load_plugin_textdomain() – Load the language specific stuff for the selected domain/plugin
bw_more_text() – Set and retrieve the custom "read more" text
bw_navi_filter_textarea() – Filter multiple textarea field values
bw_nav_tabs() – Display the nav_tabs
bw_nav_tab_link() – Create a nav-tab link
bw_no_texturize_shortcodes() – Implement "no_texturize_shortcodes" for oik-css shortcodes
bw_pre_theme_field() – Request plugins to load their field theming functions
bw_process_this_post() – Determine whether or not to process this post
bw_query_field_type() – Query the field type given the field name
bw_query_post_type() – Query the source post type which has a noderef field $meta_key referencing the current_post_type
bw_query_post_type_and_meta_key() – Query post type and meta key for performing a bw_related
bw_query_table_columns() – Determine the columns for the table
bw_query_taxonomy() – Query the registered taxonomies to see if this is registered
bw_query_taxonomy_value() – Determine the tag or category value to use if the given value is not a tag or category slug
bw_register_custom_tags() – Register a custom "tags" taxonomy
bw_register_post_type() – Register a custom post type using as many defaults as we can
bw_register_taxonomy() – Register a custom taxonomy
bw_remove_unwanted_tags() – Remove unwanted tags introduced by other filters
bw_set_post_terms() – Insert any post terms
bw_strip_tags() – Strip all tags from a string
bw_table() – Display a table of information showing custom data and other content
bw_table_header() – Display a table header
bw_table__example() – Example hook for [bw_table] shortcode
bw_table__help() – Help hook for [bw_table] shortcode
bw_table__snippet() – Snippet hook for [bw_table] shortcode
bw_table__syntax() – Syntax hook for [bw_table] shortcode
bw_tabs() – Implement the [bw_tabs] shortcode to display posts or pages styled for jQuery tabs
bw_tabs_id() – Returns the next selector for [bw_tabs]
bw_tabs__example() – Example for [bw_tabs] shortcode
bw_tabs__snippet() –
bw_tabs__syntax() –
bw_tel() – Implement [bw_tel] shortcode to display an inline telephone number, using span
bw_telephone() – Implement [bw_telephone] shortcode to display the telephone number, if set
bw_telephone__syntax() – Syntax for [bw_telephone] shortcode
bw_tel__syntax() – Syntax for [bw_tel] shortcode
bw_term_array() – Build a simple ID, title array from an array of $term objects
bw_testimonials() – Implement [bw_testimonials] shortcode
bw_testimonials_jq() – Create the jQuery code to cycle the selection, including the starting div This code uses jQuery cycle.all
bw_testimonials__help() – Help hook for [bw_testimonials]
bw_testimonials__syntax() –
bw_testimonial_id() – Return the next unique ID for the testimonial selector
bw_thankyou_message() – Display a "thank you" message
bw_theme_field() – Theme a custom field
bw_theme_field_checkbox() – Theme a field of type checkbox
bw_theme_field_checkbox__oik_hook_deprecated_cb() – Theme the "_oik_hook_deprecated_cb" field, type checkbox
bw_theme_field_currency() – Theme a field of type ‘currency’
bw_theme_field_date() – Theme a field of type ‘date’
bw_theme_field_email() – Theme a field of type ’email’ using _bw_email()
bw_theme_field_noderef() – Theme a field of type ‘noderef’
bw_theme_field_numeric() – Theme a field of type ‘numeric’
bw_theme_field_sctext() – Theme a field of type ‘sctext’
bw_theme_field_sctextarea() – Theme a field of type ‘sctextarea’
bw_theme_field_select() – Theme a field of type ‘select’
bw_theme_field_serialized() – Theme a serialized field
bw_theme_field_taxonomy() – Theme a field of type "taxonomy"
bw_theme_field_text() – Theme a field of type ‘text’
bw_theme_field_textarea() – Theme a field of type ‘textarea’
bw_theme_field_unserialized_array() – Display the unserialized array
bw_theme_field_URL() – Theme a field of type ‘URL’
bw_theme_field_userref() – Theme a userref field for display
bw_theme_field_virtual() – Theme a field of type ‘virtual’
bw_theme_field__excerpt() – Theme the "excerpt"
bw_theme_field__post_title() – Theme the "post_title" field
bw_theme_field__title() – Theme a ‘title’ field
bw_theme_object_property() – If the field type is not defined then it’s probably a post object’s property
bw_thumbnail() – Get the thumbnail of the specified size
bw_thumbnail_full() – Find the correct file name for this image
bw_thumbs() – Display thumbnail links to pages
bw_thumbs__example() – Example for [bw_thumbs] shortcode
bw_thumbs__syntax() – Syntax fo [bw_thumbs] shortcode
bw_tides() – Implement [bw_tides] shortcode for UK-tides
bw_tides_format_desc() – Format the description
bw_tides_format_links() – Reformats the links line
bw_tides_format_stuff() – Reformat the content into a series of spans
bw_tides__example() –
bw_tides__help() –
bw_tides__syntax() –
bw_tideurl_namify() – Form an URL for the given location assuming UK based
bw_time_of_day_secs() – Return the time of day in seconds
bw_titleify() – Convert a field name to a title
bw_trace() – Log a simple trace record to the trace log file if tracing is active
bw_trace2() – Trace $value to the trace log file if tracing is active
bw_tracef() – Implement an intermediate trace filter to monitor what’s happening with "the_content"
bw_trace_action_end() – Trace the fact that an action has completed Notes: – We assume that priority of 1000 is the highest anyone will set – When the action is shutdown we call bw_trace_report_actions() – this could just as easily have been added using add_action( "shutdown", "bw_trace_report_actions" ) **?**
bw_trace_add_selected_actions() – Add actions to trace selected actions
bw_trace_add_trace_anychange() – Adds anychange logic if required
bw_trace_all_attached_hooks() – Traces all attached hooks
- « Previous Page
- 1
- 2
- 3
- 4
- …
- 15
- Next Page »