[oik] plugins.co.uk

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 T

bob_domain_name_test() –

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_fields_get_thumbnail() – Return the thumbnail for the featured image

bw_form_function_title() – Display the post title field

bw_form_tag() – Create the form tag

bw_get_file_time() – Get the file’s timestamp

bw_list_registered_post_types() – Return a list of registered post_types

bw_list_taxonomies() – Return a list of taxonomies

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_taxonomy_value() – Determine the tag or category value to use if the given value is not a tag or category slug

bw_set_post_terms() – Insert any post terms

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_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_UnitTestCase::commit_transaction() – Commits the transaction

BW_UnitTestCase::my_start_transaction() –

BW_UnitTestCase::rollback_transaction() –

BW_UnitTestCase::tearDownAfterClass() –

bw_update_post_type() – Update the existing post_type with the overrides

bw_update_post_type_supports() – Update post_type supports features

bw_validate_function_title() – Validate a "post_title" field

check_wordpress_develop_tests_version() – Check WordPress develop tests are compatible with WordPress installation

genesistant_no_title() – Callback for virtual field "no_title"

genesistant_trace_get_hook_type() – Return the hook type

locate_wordpress_develop_tests() – Locate the wordpress-develop-tests code

locate_wordpress_develop_tests_plugin() – Locate the wordpress-develop-tests plugin

md5_hasher::get_component_type() – Returns the component type

oikai_api_status_timer() – Report the current status of the system with timing

oikai_api_type() – Determine the api type

oikai_determine_from_tokens() – Determine the reference_type from PHP tokens

oikai_determine_function_type() – Determine the function type

oikai_determine_reference_type() – Determine the reference type for a string

oikai_dummy_TCES() – Save the token ids for later processing.

oikai_easy_tokens() – Display the PHP source of a method or API

oikai_explode_tag() – Parse the tag into separate fields

oikai_format_markdown_table() – Handle the end of a table

oikai_format_markdown_table_line() – Handle a line which appears to be part of a table

oikai_handle_dummy_TCES() – Handle a ‘dummy’ T_CONSTANT_ENCAPSED_STRING token

oikai_handle_reference_type() – Produce a link to the API based on the reference_type

oikai_handle_reference_type_class() – Handle a link to a "class"

oikai_handle_reference_type_function() – Handle a link to a "function"

oikai_handle_reference_type_internal() – Handle a link to an "internal" PHP function

oikai_handle_reference_type_user() – Handle a link to a "user" function

oikai_handle_token() – Handle this specific token

oikai_handle_token2() – Display the output token, as a link if available

oikai_handle_token_T_ARRAY() – Handle a T_ARRAY ( array )

oikai_handle_token_T_CONSTANT_ENCAPSED_STRING() – Handle a T_CONSTANT_ENCAPSED_STRING token

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.

oikai_handle_token_T_DOUBLE_ARROW() – Handle a T_DOUBLE_ARROW ( => )

oikai_handle_token_T_DOUBLE_COLON() – Handle a T_DOUBLE_COLON ( :: )

oikai_handle_token_T_ENCAPSED_AND_WHITESPACE() – Handle a T_ENCAPSED_AND_WHITESPACE token

oikai_handle_token_T_FUNC_C() – Handle a T_FUNC_C

oikai_handle_token_T_OBJECT_OPERATOR() – Handle a T_OBJECT_OPERATOR ( -> )

oikai_handle_token_T_STRING() – Handle a T_STRING token

oikai_handle_token_T_STRING_VARNAME() – Handle a T_STRING_VARNAME token ( e.g. ${post_type} )

oikai_handle_token_T_VARIABLE() – Handle a T_VARIABLE

oikai_link_to_github() – Display "View on GitHub" link

oikai_link_to_local_site() – Create a link to the local site

oikai_link_to_php() – Create a link for a PHP function

oikai_link_to_trac() – View on Trac

oikai_link_to_wordpress() – Create a link to WordPress documentation

oikai_list_type() –

oikai_oik_class_post_title() – Return the title for an oik_class post

oikai_pragmatic_link_to_api() – Create a link to the API without accessing the database

oikai_print_todos() – Print information about the @TODO tags, if any

oikai_print_todo_info() – Print information about a TODO

oikai_process_tokens1() – First pass of tokens

oikai_process_tokens2() – Second pass of tokens

oikai_query_function_type() – Match the function type, if it’s a defined function

oikai_set_time_limit() – Set the time limit except in batch mode

oikb_check_time_limit() – Check the current time limit

oikcpt_get_registered_type_args() – Return the registered post type’s values as an args array

oikcpt_lazy_types_do_page() – oik-types – Custom Post Types page

oikcpt_register_post_type() – Register or update a custom post type

oikcpt_types_do_page() – Lazy implementation of the oik-types admin page

oikho_query_hook_type() – Return the hook type for this hook

  • 1
  • 2
  • 3
  • 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.co.uk
© Copyright oik-plugins 2011-2022. All rights reserved.


Website designed and developed by Herb Miller of Bobbing Wide
Proudly powered by WordPress and oik-plugins
WordPress 6.0.1. PHP: 7.4.30. Memory limit: 768M