[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

libs/bw_fields.php


Lines:
1 to 90 of 90
<?php // (C) Copyright Bobbing Wide 2013-2018, 2020, 2021, 2023, 2024, 2025
if ( !defined( "BW_FIELDS_INCLUDED" ) ) {
define( "BW_FIELDS_INCLUDED", "4.6.0" );


/**
 * Library: bw_fields
 * Provides: bw_fields
 * Depends: on certain oik base functions
 * 
 */

if ( !function_exists( "bw_query_field_type" ) ) {  
/* function bw_query_field_type() – Query the field type given the field name */
} 

if ( !function_exists( "bw_custom_column" ) ) {
/* function bw_custom_column_admin() – Format a custom column on admin pages */

/* function bw_custom_column_taxonomy() – Format custom column data for a taxonomy */


/* function bw_custom_column_post_meta() – Format custom column data for post_meta data */

/* function bw_custom_column() – Display a custom column for a post */

/* function bw_format_custom_column() – format a custom column on the admin page IF the column is defined in bw_fields */
    


/* function bw_pre_theme_field() – Request plugins to load their field theming functions */

/* function bw_theme_field() – Theme a custom field */

/* function bw_theme_field__post_title() – Theme the "post_title" field */

/* function bw_theme_field__post_date */

/* function bw_theme_field__post_modified */

/* function bw_theme_field__date */

/* function bw_theme_field__title() – Theme a ‘title’ field */
 
/* function bw_theme_field__excerpt() – Theme the "excerpt" */

/* function bw_theme_field__post_parent */


/* function _bw_theme_field_default() – Default theming of metadata based on field name ( $key ) or content? ( $value ) */

/* function _bw_theme_field_default_bw_header_image() – Default function to display a field of name "bw_header_image" */

/* function bw_label_from_key() – Create a field label given the key name */

/* function bw_format_label() – Format the label for a field */

/* function bw_query_field_label() – Get the label for a field */
 

/* function bw_format_field() – Theme an array of custom fields */
} // end if ( !function_exists bw_custom_column

if ( !function_exists( "bw_default_sep" ) ) {
/* function bw_default_sep() – Return the default separator between the field label and field value */
}

if ( !function_exists( "bw_format_sep" ) ) {
/* function bw_format_sep() – */
}

if ( !function_exists( "bw_format_meta" ) ) {
/* function bw_format_meta() – Format the meta data for the ‘post’ */
}

if ( !function_exists( "bw_format_taxonomy" ) ) {
/* function bw_format_taxonomy() – Format a taxonomy for the ‘post’ */
}

if ( !function_exists( "bw_theme_object_property" ) ) {  
/* function bw_theme_object_property() – If the field type is not defined then it’s probably a post object’s property */
}    

/* function bw_get_field_data() – Return the field data */

/* function bw_determine_post_type_from_hook() – Determines post type from hook */

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

} /* end !defined */ 
 View on GitHub View on Trac

Called by

    Invoked by

      Calls

      Call hooks

      File name: libs/bw_fields.php
      Plugin ref: oik – oik information kit
      Version: 4.15.3
      Deprecated?: No
      API Letters: B,F,L,P

      Published: February 2, 2018 | Last updated: February 2, 2018

      Information

      File name: libs/bw_fields.php
      Plugin ref: oik – oik information kit
      Version: 4.15.3
      Deprecated?: No
      API Letters: B,F,L,P

      Recent plugin updates

      oik-weight-zone-shipping v0.2.13 oik-weight-zone-shipping v0.2.13 has been tested with WooCommerce 10.1.2 and WordPress 6.8.2 ...
      SB Children Block v1.3.0 Upgrade to SB Children Block v1.3.0 for support for PHP 8.3 and PHP 8.4  ...
      oik v4.15.3 Update to oik v4.15.3 for a couple of security fixes. Tested with WordPress 6.8.2 ...
      oik-privacy-policy v1.4.9 Update to oik-privacy-policy v1.4.9 for a security fix. Tested with WordPress 6.8.2 and PHP 8.3 and PHP 8.4 ...
      oik-nivo-slider v1.17.0 oik-nivo-slider v1.17.0 introduces the Nivo slider block - oik-nivo-slider/nivo. ...

      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

      Weight shipping plugins

      Find out which cart weight shipping plugin you need for your WooCommerce site.
      Which cart weight based plugin do I need?

      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