[oik] plugins.com

WordPress plugins and themes

  • Home
  • About
    • lazy shortcodes
    • smart shortcodes
    • oik base plugin
      • oik – donate
      • oik PayPal buttons
      • oik installation
      • oik Button Shortcode button
      • oik changelog
      • oik FAQ
      • oik plugins on SVN
      • oik plugins on GitHub
  • Plugins
    • oik base plugin
    • FREE oik plugins
    • WordPress plugins
    • Premium oik plugins
    • Bespoke oik plugins
  • Shortcodes
    • Shortcode examples
  • Blocks
    • Block examples
  • APIs
    • ALL action and filter hooks
  • Blog
  • #
  • $
  • A
  • B
  • C
  • D
  • E
  • F
  • G
  • H
  • I
  • J
  • K
  • L
  • M
  • N
  • O
  • P
  • Q
  • R
  • S
  • T
  • U
  • V
  • W
  • X
  • Y
  • Z
  • _
  • {
You are here: Home / Archives for R

dependencies_cache::replay_scripts() – Replays scripts.

dependencies_cache::replay_dependencies() – Replays dependencies onto the queues.

dependencies_cache::register_script() – Registers a script.

dependencies_cache::register_style() – Registers a style.

dependencies_cache::reset_styles() –

dependencies_cache::reset_scripts() –

bw_field_registered_for_object_type() – Returns true if the field name is registered for the object type

retlink() – Return a well formed link

oik_navi_shortcode_result() – Implement "oik_shortcode_result" for pagination

oik_lazy_themes_api_result() – Implement "themes_api_result" filter to add our own themes

bw_retrieve_result() – Return the result if the response code is 200 ( OK )

bw_remote_post() – Wrapper to wp_remote_post

bw_remote_geth() – wrapper to wp_remote_get for both HEAD and json body

bw_remote_get2() – Wrapper to wp_remote_get2

bw_remote_get() – Wrapper to wp_remote_get

bw_remote_head() – Wrapper to wp_remote_head

includes/oik-remote.inc

bw_restore_filter() – Restore a filter ( pre WordPress 4.7 )

bw_replace_filter() – Replace a filter function with one of our own ( pre WordPress 4.7 )

bw_replace_fields() – Perform symbolic substitution of the fields in the body

bw_actions_reset() – Reset the trace actions file if this is the first time for this invocation

bw_register_field_for_object_type() – Register a field named $field_name for object type $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_custom_category() – Register a custom "category" taxonomy

bw_register_custom_tags() – Register a custom "tags" taxonomy

bw_register_taxonomy() – Register a custom taxonomy

bw_register_post_type() – Register a custom post type using as many defaults as we can

includes/bw_register.php

includes/bw_register.inc

bw_format_read_more() – Produce a read_more link as required ( block )

bw_recase_atts() – Return an array with the specified keys reverted to CamelCase

bw_get_random_image() – Return a random image from the images attached to the post

bw_field_function_readmore() – Format the "read more" link (format=R)

bw_format_as_required() – Format the post as specified by the user

bw_year_range() – Formats a range of years

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_relocate_plugins() – Perform relocation of selected child 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_perform_relocations() – Perform relocations

bw_relocate() – Function bw_relocate

admin/oik-relocate.inc

bw_gitrepo_after_plugin_row() – Implement ‘after_plugin_row_$plugin_file’ for a Git repo

bw_symlinked_after_plugin_row() – Implement ‘after_plugin_row_$plugin_file’

bw_add_relocation() – Add a plugin relocation to the $bw_relocations list

after_plugin_row_$plugin_file – action

bw_relocate_pre_current_active_plugins() – Perform plugin relocation just before the plugins are listed on the admin page

oik_register_plugin_server() – Register this plugin as one that is served from a different server to WordPress.org

oik_register_theme_server() – Register this theme as one that is served from a different server to WordPress.org

BW_List_Table::ajax_response() – Handle an incoming ajax request (called from admin-ajax.php)

BW_List_Table::handle_row_actions() – Generates and display row actions links for the list table.

BW_List_Table::single_row_columns() – Generates the columns for a single row of the table

BW_List_Table::single_row() – Generates content for a single row of 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.

months_dropdown_results – filter

BW_List_Table::row_actions() – Generate row actions div

Tests_admin_oik_bwtrace::reload_domains() – Reloads the text domains

Tests_admin_oik_bwtrace::replace_memory_limit() – Replaces the memory limit with a fixed value

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_oik_bwtrace::restore_bw_trace_options() – Restore the saved trace options

Tests_oik_bwtrace::restore_bw_action_options() – Restore the saved action options

oika_oik_shortcode_result() – Implement "oik_shortcode_result" for oik-ajax

Tests_shortcodes_oik_geshi::reload_domains() – Reloads the text domains

Tests_shortcodes_oik_css::reload_domains() – Reloads the text domains

Tests_shortcodes_oik_background::reload_domains() – Reloads the text domains

Tests_shortcodes_oik_autop::reload_domains() – Reloads the text domains

Tests_admin_oik_css::reload_domains() – Reloads the text domains

Tests_nivo_php::reload_domains() – Reloads the text domains

Tests_libs_oik_themes::replace_created_nonce() – Replaces the created nonce with nonsense

Tests_libs_oik_plugins::reload_domains() – Reloads the text domains

Tests_libs_oik_plugins::replace_created_nonce() – Replaces the created nonce with nonsense

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_are_you_local_ip() – Tests are_you_local_ip

Tests_libs_class_oik_remote::test_are_you_local_ip_qw() – Tests are_you_local_ip for qw

Tests_libs_class_oik_remote::test_are_you_private_ip() – Tests if this is a private IP

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?

Tests_libs_class_oik_remote::test_gethostbynamel() – Tests gethostbynamel()

Tests_libs_class_oik_remote

Tests_libs_class_oik_remote::setUp() –

Tests_libs_class_oik_remote::test_php_uname() – Tests this machine is called QW

OIK_Theme_Update::require_lib() – Require a library

OIK_Theme_Update::report_error() –

oik_register_theme_server – action

OIK_Theme_Update::require_dependencies() – Load the dependent libraries

libs/class-oik-remote.php

Tests_oik_privacy_policy::reload_domains() – Reloads the text domains

oik_remote::are_you_private_ip() – Determines if this is a private IP

run_class-oik-clone-reset-slave.php – action

run_class-oik-clone-reset-ids.php – action

wp_ajax_oik_clone_request_mapping – action

oik_navi_result – filter

oik_require_lib() – Require a library

oik_shortcode_result – filter

BW_::bw_radio() – Display a group of radio buttons

woocommerce_shipping_rate_label – filter

oik_rm_id() – Return the next unique ID for the read_more selector

  • « Previous Page
  • 1
  • 2
  • 3
  • 4
  • 5
  • Next Page »

Plugins

  • All Plugins
  • oik base plugin
  • FREE oik plugins
  • WordPress plugins
  • Premium oik plugins

Themes

  • FREE themes
  • Bespoke themes
  • Premium themes

Blocks

  • All Blocks
  • Block examples
  • About Blocks

Shortcodes

  • All Shortcodes
  • Shortcode examples
  • About Shortcodes

Reference

  • About APIs
  • All APIs
  • All Classes
  • All Files
  • All Hooks

Support

  • Contact
  • Cookies policy
  • Get API key
  • Privacy
  • Request support
  • Sitemap
  • Stay informed
  • Terms and Conditions
oik-plugins
Email: herb@bobbingwide.com

Site:  www.oik-plugins.com
© Copyright oik-plugins 2011-2025. All rights reserved.


Website designed and developed by Herb Miller of Bobbing Wide
Proudly powered by WordPress and oik-plugins

WordPress version: 6.8.3

Gutenberg version: 21.7.0

PHP version: 8.2.29