bw_query_post_type() – Query the source post type which has a noderef field $meta_key referencing the current_post_type
bw_query_taxonomy_value() – Determine the tag or category value to use if the given value is not a tag or category slug
bw_testimonials_jq() – Create the jQuery code to cycle the selection, including the starting div This code uses jQuery cycle.all
bw_theme_field_checkbox__oik_hook_deprecated_cb() – Theme the "_oik_hook_deprecated_cb" field, type checkbox
check_wordpress_develop_tests_version() – Check WordPress develop tests are compatible with WordPress installation
oikai_handle_token_T_DOC_COMMENT() – Handle a T_DOC_COMMENT When we see a T_DOC_COMMENT in a function then this is expected to precede the first call to do_action() or apply_filters() and contains the definition of the action or filter.