bw_field_registered_for_object_type() – Returns true if the field name is registered for the object type
bw_register_field() – Register a field named $field_name of type $field_type with title $field_title and additional values $args
bw_register_field_for_object_type() – Register a field named $field_name for object type $object_type
bw_lazy_relocate_pre_current_active_plugins() – Perform plugin relocation just before the plugins are listed on the admin page for action: pre_current_active_plugins
bw_replace_active_plugins() – Replace all entries in "active_sitewide_plugins" and "active_plugins" with the new $to locations Note: We don’t need to check if the plugin is network only, we just check both arrays We do this whether it’s multisite or not.
bw_relocate_pre_current_active_plugins() – Perform plugin relocation just before the plugins are listed on the admin page
oik_register_theme_server() – Register this theme as one that is served from a different server to WordPress.org
oik_register_plugin_server() – Register this plugin as one that is served from a different server to WordPress.org
Tests_admin_oik_bwtrace::replace_oik_trace_info() – Replace the values in the oik_trace_info table with consistent values
Tests_admin_oik_bwtrace::replace_php_end_of_life() – Replaces the PHP end of life message with a non-translatable literal string
Tests_libs_class_oik_remote::test_are_you_local() – These tests will pass if the local machine is called qw and there is a host name of q.w
Tests_libs_class_oik_remote::test_simulate_multisite() – Simulate tests with multisite where the $_SERVER[’SERVER_NAME’] is not localhost.
Tests_libs_class_oik_remote::test_get_computer_name() – This test will fail if the local machine is not called ‘qw’
Tests_libs_class_oik_remote::test_gethostbyname() – We want to check that "qw" is the current machine?