[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

shortcodes/oik-codes.php


Lines:

1 to 100 of 312
<?php
/*

    Copyright 2012-2017 Bobbing Wide (email : [email protected] )

    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License version 2,
    as published by the Free Software Foundation.

    You may NOT assume that you can use any other version of the GPL.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    The license for this software can likely be found here:
    http://www.gnu.org/licenses/gpl-2.0.html

*/
oik_require( "includes/oik-sc-help.php" );

/* function bw_code_link() – Create a link to the shortcode if in admin pages */

/* function bw_get_shortcode_callback() – Return the shortcode’s callback function */

/* function bw_get_shortcode_function() – Return the function to invoke for the shortcode */

/* function bw_get_shortcode_expands_in_titles() – Return Yes / No to indicate if a shortcode expands in titles */

/* function bw_get_shortcode_syntax_link() – Display the shortcode, syntax and link */

/* function bw_sc_link() – Display a link to "external" shortcode help */

/* function bw_help_table() – Table header for bw_codes */

/* function bw_help_etable() – table footer for bw_codes */

/* function bw_shortcode_list() – Return an associative array of shortcodes and their one line descriptions (help) */

/* function bw_list_shortcodes() – Produce a table of shortcodes */

/* function bw_codes() – Display a table of active shortcodes */

/* function bw_code() – Display information about a specific shortcode */


/* function bw_code_example_link() – Create a nicely formatted link to the definition of the shortcode */

 
/* This is NOT part of the docblock! 
 *
 * Decisions are:
 * Value | Meaning
 * ----- | --------------
 * blank | not yet decided
 * n | shortcode will not be registered to shortcake, shortcake will not attempt to expand it
 * y | shortcode will be registered to shortcake, shortcake will attempt to expand it
 * 0 | shortcode will not work properly if written using positional parameters - but we'll let it pass for the time being
 *
 *
 * We'll err towards y even though the shortcode may produce a lot of output
 * diy-oik shortcodes should implement their own filter.
 * In this list diy-oik shortcodes had a ? - as I was using the wrong version of diy-oik
 * Shortcodes which used to have a ? may now show the implementing function
 *
 * Decision | shortcode | description
 * -------- | --------- | --------------------------
 y |   OIK | Spells out the <span class="bw_oik"><abbr  title="OIK Information Kit">oik</abbr></span> backronym
 y |   api | Simple API link
 y |   apiref | ?
 y |  apis | Link to API definitions
 y |   archives | ?
 y |  artisteer | Styled form of Artisteer
   |  audio | Displays uploaded audio file as an audio player
   |  bandcamp | ?
   |  bbboing | Obfuscate some text but leave it readable, apparently
   |  blip.tv | ?
 y |   bp | Styled form of BuddyPress
 y |  bw | Expand to the logo for Bobbing Wide
 y  | bw_abbr | Format an abbreviation
   | bw_accordion | Display posts in an accordion
 y | bw_acronym | Format an acronym
   | bw_action | ?
 y  | bw_address | Display the address
 y | bw_admin | Display the Admin contact name
 y  | bw_alt_slogan | Alternative slogan
 y | bw_api | Dynamic API syntax help
   | bw_attachments | List attachments with links
   | bw_autop | Dynamically re-enable/disable automatic paragraph generation
   | bw_background | Use attached image as the background
   | bw_block | Format an Artisteer block
   | bw_blockquote | Format a blockquote
   | bw_blog | Select blog to process
   | bw_blogs | List blogs using bw_pages style display
   | bw_bookmarks | List bookmarks
   | bw_business | Display your Business name
   | bw_button | Show a link as a button
   | bw_cite | Cite a blockquote
  n | bw_code | Display the help and syntax for a shortcode
  n | bw_codes | Display the currently available shortcodes
[1] [2] [3] [4] Next »

 View on GitHub View on Trac

Called by

    Invoked by

      Calls

      1 to 1 of 1
      • oik_require() – Invoke require_once on an oik include file or other file

      Call hooks

      File name: shortcodes/oik-codes.php
      Plugin ref: oik – oik information kit
      Version: 4.1.2
      Deprecated?: No
      API Letters: C,O,P,S

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

      Information

      File name: shortcodes/oik-codes.php
      Plugin ref: oik – oik information kit
      Version: 4.1.2
      Deprecated?: No
      API Letters: C,O,P,S

      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