[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 B

bw_default_taxonomy_args() – Set default args for a taxonomy

bw_default_taxonomy_labels() – Set default custom taxonomy labels

bw_default_title_arr() – Build a default title_arr from the field_arr

bw_default_user() – Return the default user ID

bw_default_value() – Return a default value from $args if $value is not set

bw_deletefile() – Wrapper to unlink

bw_delete_all_meta_key() – Delete unnecessary "_do_not_reschedule" metadata

bw_delete_option() – Remove an option field from a set

bw_determine_post_status() – Determine post_status for new post

bw_determine_post_type_from_hook() – Determines post type from hook

bw_detexturize() – Detexturize content

bw_directions() – Implement the [bw_directions] shortcode to generate a button to get directions from Google Maps

bw_directions__example() – Example hook for bw_directions

bw_directions__help() – Help hook for bw_directions

bw_directions__syntax() – Syntax for [bw_directions] shortcode

bw_disabled_filter() – Dummy filter used for disabled filters

bw_disable_filter() – Disable a filter but leave it in place

bw_display_contact_form() – Show/process a contact form using oik

bw_display_message() – Display a message

bw_display_messages() – Display the messages

bw_display_new_post_form() – Show/process a new post form using oik

bw_domain() – Implement [bw_domain] shortcode

bw_eblock() –

bw_eblock_() – Syntax for [bw_eblock] There are no parameters. We use this shortcode to end a block Using this technique means we can nest blocks within blocks.

bw_eblock_25() – Syntax for [bw_eblock] There are no parameters. We use this shortcode to end a block Using this technique means we can nest blocks within blocks.

bw_eblock_30() – Syntax for [bw_eblock] There are no parameters. We use this shortcode to end a block Using this technique means we can nest blocks within blocks.

bw_eblock_31() – Syntax for [bw_eblock] There are no parameters. We use this shortcode to end a block Using this technique means we can nest blocks within blocks.

bw_eblock_40() – Syntax for [bw_eblock] There are no parameters. We use this shortcode to end a block Using this technique means we can nest blocks within blocks.

bw_eblock_41() – Syntax for [bw_eblock] There are no parameters. We use this shortcode to end a block Using this technique means we can nest blocks within blocks.

bw_editcss() – Implement [bw_editcss] shortcode to create an Edit (custom) CSS button.

bw_edit_custom_css_link() – Link to allow the custom CSS file to be edited

bw_ediv() – End a div tag

bw_effort_box() – Create fields in the meta box to accept data for the fields

bw_effort_meta_boxes() – Create "Fields" meta box for each field associated with each object type in the mapping

bw_effort_save_postdata() – Saves the custom fields for this post when called for the ‘save_post’ action

bw_effort_update_field() – Update the value/values for a field

bw_el() – End a list

bw_email() – Implement [bw_email] shortcode for an inline mailto: link

bw_email__syntax() – Syntax help for [bw_email]

bw_emergency() – Implement [bw_emergency] shortcode to display the emergency number, if set

bw_emergency__syntax() – Syntax for [bw_emergency] shortcode

bw_enqueue_style() – Enqueue the internal CSS styling

bw_etag() –

bw_excerpt() – Return the excerpt from the $post

bw_expand_shortcode() – Expand the shortcode

bw_facebook() – Implement [bw_facebook] shortcode

bw_fax() – Implement [bw_fax] shortcode to display the fax number, if set

bw_fax__syntax() – Syntax for [bw_fax] shortcode

bw_field() – Implement the [bw_field] shortcode

bw_fields_get_dimensions() – Return the size of an attached image

bw_fields_get_featured_image() – Return a featured image

bw_fields_get_file_size() – Return the file size of an attached file

bw_fields_get_google_map() – Return the Google Map for the given _post_code, _lat and _long

bw_fields_get_thumbnail() – Return the thumbnail for the featured image

bw_fields__help() – Implement help hook for [bw_fields]

bw_fields__syntax() – Implement syntax hook for [bw_fields]

bw_field_function() – Return the field function to invoke

bw_field_function_attachment() – Format links to the Attachment(s) (format=A)

bw_field_function_author() – Format the Author (format=a )

bw_field_function_categories() – Format the Categories (format=c)

bw_field_function_comments() – Format the Comments count (format=o)

bw_field_function_content() – Format the content (format=C)

bw_field_function_date() – Format the Date (format=d)

bw_field_function_div() – Format a dummy div /ediv (format=/)

bw_field_function_edit() – Format the Edit post link (format=e)

bw_field_function_excerpt() – Format the excerpt (format=E)

bw_field_function_featured_image() – Format the ‘thumbnail’ featured image (format=F)

bw_field_function_fields() – Format the fields (format="_")

bw_field_function_image() – Format the ‘thumbnail’ image (format=I)

bw_field_function_link() – Format the link (format=L)

bw_field_function_metadata() –

bw_field_function_more() – Format the "more" link (format=M)

bw_field_function_nbsp() – Format a non-blank space

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

bw_field_function_tags() – Format the Tags (format=t )

bw_field_function_title() – Format the title (format=T)

bw_field_function_undefined() – Field format function for an unrecognised value

bw_field_has_value() – Determine if the field has a value

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

bw_field_validation() – Perform field validation/sanitization based on #field_type and $field name

bw_field__help() – Implement help hook for [bw_field]

bw_field__syntax() – Implement syntax hook for [bw_field]

bw_file2url() – Convert an upload dir file name to an URL

bw_file_exists() – Check the "enhanced" file exists

bw_filter_mce_button() – Implement ‘mce_buttons’ filter

bw_filter_mce_plugin() – Implement the ‘mce_external_plugins’ filter

bw_find_post() – Find a post in an array of post using the specified $matchfunc This routine will not find the $given post

bw_flex() – Implement [bw_flex] shortcode

bw_flf() – Format the trace record

bw_flickr() – Implement [bw_flickr] shortcode

bw_follow() – Create a styled follow me button

bw_follow_e() – Produce a ‘follow me’ button if there is a value for the selected social network

bw_follow_link() – Create the link for the selected theme= parameter

bw_follow_link_() – Displays a default Follow me link using oik icons

bw_follow_link_dash() – Create a follow me link using dashicons

bw_follow_link_gener() – Create a follow me link using genericons

bw_follow_me() – Implement [bw_follow_me] shortcode

bw_follow_me__syntax() – Syntax for [bw_follow_me] shortcode

bw_force_size() – Force the thumbnail size to be what we asked for

  • « Previous Page
  • 1
  • 2
  • 3
  • 4
  • 5
  • …
  • 15
  • 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