[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

oikp_init() – Implement the "oik_fields_loaded" action for oik plugins server

You appear to be a bot. Output may be restricted

Description

Implement the "oik_fields_loaded" action for oik plugins server

Usage

oikp_init();

Parameters

Returns

void

Source

File name: oik-plugins/oik-plugins.php
Lines:

1 to 28 of 28
function oikp_init( ) {
 
  /*
   * We need to register the custom categories and associate them with mutiple post types
   * so we have to register these first, then associate them to the post_types when they are registered
   */
  bw_register_custom_category( "required_version", null, "Required version" );
  bw_register_custom_category( "compatible_up_to", null, "Compatible up to" );
  bw_register_custom_tags( "oik_tags", null, "Plugin Tags" );

  oik_register_oik_plugin();
  oik_register_oik_pluginversion();
  oik_register_oik_premiumversion();
  
  add_action( 'add_meta_boxes', 'oikp_header_meta_box' );
  bw_add_shortcode( "oikp_download", "oikp_download", oik_path("shortcodes/oik-plugins.php", "oik-plugins"), false );
  // add_action( 'the_post', "oikp_the_post", 10, 1 );
  
  // As a temporary workaround to a problem where oikp_the_content thinks we've gone recursive
  // stop jetpack from messing with opengraph tags
  // or stop wp_trim_excerpt() from being called when processing the 'get_the_excerpt' filter
  // 'get_the_excerpt'problem will probably not be fixed with #19927 or #26649
  
  remove_action( 'wp_head', 'jetpack_og_tags' );
  //remove_action( 'get_the_excerpt', 'wp_trim_excerpt'  );
  add_action( 'the_content', "oikp_the_content", 1, 1 );
  add_action( "oik_admin_menu", "oikp_admin_menu" );
}
 

 View on GitHub

Published: March 5, 2013 | Last updated: October 14, 2014

Information

Function name: oikp_init
Plugin ref: oik-plugins – WordPress plugins server
Version: 1.20.0
Sourcefile: oik-plugins.php
File ref: oik-plugins.php
API type: action
Deprecated?: No
API Letters:

Recent plugin updates

oik-themes v1.4.0 

Update to oik-themes v1.4.0 to support Full Site Editing (FSE) themes. FSE themes, which are currently experimental, deliver block based templates and template parts.

 ...
oik-clone v2.0.1 oik-clone v2.0.1 contains a fix for a 500 internal server error being produced when cloning content with certain taxonomy terms. ...
SB Chart block v0.1.1 

Update to SB Chart block v0.1.1 for improved enqueing of the chart.js Javascript and better colours in the Gutenberg palette.

 ...
Slog v1.3.1 

Update to Slog v1.3.1 for a new Driver tab and improved display of charts grouping Elapsed times.

 ...
SB-Chart-Block v0.0.8 SB-Chart-Block v0.0.8, a WordPress single block plugin, supports 4 different chart types; Line, Bar, Horizontal bar and Pie. ...

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: [email protected]

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-2021. All rights reserved.


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