Lines:
1 to 54 of 54
<?php // (C) Copyright Bobbing Wide 2012-2017 /** * To maintain backward compatibility with plugins which are dependent upon oik * using `oik_require( "includes/oik-sc-help.php" )` we need to require the oik-sc-help library */ oik_require_lib( "oik-sc-help" ); /** * oik continues to use unshared functions for its own shortcodes * */ /* function oik_lazy_sc__help() – Implements "_sc__help" to provide ‘default’ help */ /* function div__help() – These functions return the help and syntax for the shortcodes that are activated */ /* function div__syntax() – */ /* function sdiv__syntax() – */ // We don't provide an example for the [div] shortcode as we want to deliver it using the shortcode server // where it can be created in the __oik_sc_example field /* function div__example() { return( $example ); } */ /* function ediv__help() – */ /* function ediv__syntax() – */ /* function stag__syntax() – Syntax for [stag] shortcode */ /* function etag__syntax() – Syntax for [etag] shortcode */ /* function bw_copyright__syntax() – Syntax for [bw_copyright] shortcode */ /* function ad__syntax() – Syntax for [ad] shortcode – Artisteer themes */ /* function post_link__syntax() – Syntax for [post_link] shortcode – Artisteer themes */ /* function collage__syntax() – Syntax for [collage] shortcode – Artisteer themes */View on GitHub View on Trac