Lines:
1 to 100 of 183
<?php /* Plugin Name: oik blocks and shortcodes server Plugin URI: https://www.oik-plugins.com/oik-plugins/oik-shortcodes Description: blocks, shortcodes, APIs, hooks, classes, files and the [bw_api], [api], [apis], [codes], [hooks], [file], [files], [classes], [hook] and [md] shortcodes Depends: oik base plugin, oik fields, oik-sc-help Version: 1.41.1 Author: bobbingwide Author URI: https://www.bobbingwide.com/about-bobbing-wide License: GPL2 Copyright 2012-2022 Bobbing Wide (email : herb@bobbingwide.com ) 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_shortcodes_loaded(); /* function oik_shortcodes_init() – Implement "oik_fields_loaded" action for oik-shortcodes */ /* function oik_get_the_excerpt() – Implement "get_the_excerpt" for oik-shortcodes */ /* function oik_shortcodes_add_shortcodes() – Implement "oik_add_shortcodes" action for oik-shortcodes */ /* function oik_register_oik_shortcodes() – Register custom post type "oik_shortcodes" */ /* function oik_shortcodes_columns() – Implements "manage_edit-oik_shortcodes_columns" filter for oik-shortcodes */ /* function bw_theme_field_sctext__oik_sc_func */ /* function bw_theme_field_checkbox__oik_hook_deprecated_cb() – Theme the "_oik_hook_deprecated_cb" field, type checkbox */ /* function oiksc_param_types() – Return an array of parameter types */ /* function oik_register_oik_sc_param() – Register custom post type "oik_sc_param" */ /* function oik_register_oik_shortcode_example() – Register custom post type "shortcode_example" */ /* function oik_register_block_editor_stuff */ /* function oik_register_block_CPT */ /* function oik_block_CPT_template */ /* function oik_register_block_example_CPT */ /* function oik_register_block_variation_CPT */ /* function oik_register_blocks_catalogued */ /* function oiksc_api_types() – Return an array of possible API types */ /* function oiksc_hook_types() – Return an array of possible hook types */ /* function oik_register_file() – Register custom post type: oik_file */ /* function oik_register_class() – Register custom post type: oik_class */ /* function oik_register_hook() – Register custom post type: oik_hook */ /* function oik_register_API() – Register custom post type: oik_api */ /* function oik_register_parsed_source() – Register Custom Post Type: oik_parsed_source */ /* function oik_register_component_version_field() – Register the _component_version field */ /* function oik_shortcodes_define_shortcode_parameter_server() – Ensure links to oik_sc_param are to the current url */ /* function oiksc_the_post_oik_shortcodes() – Add some content before other ‘the_content’ filtering is performed */ /* function oiksc_the_post_oik_class() – Add some content before other ‘the_content’ filtering is performed */ /* function oiksc_the_post_oik_sc_param() – Add some content before other ‘the_content’ filtering is performed */ /* function oiksc_the_content() – Implement ‘the_content’ filter specifically for the oik_shortcodes or oik_class post types */ /* function oiksc_is_block_editor */ /* function oiksc_admin_menu() – Implement "oik_admin_menu" action for oik-shortcodes */ add_action( "init", "oiksc_shortcode_rewrite" ); /* function oiksc_shortcode_rewrite() – Implement "init" action for oik-shortcodes */ /* function oiksc_template_redirect() – Handle the oik-shortcodes/%oik-shortcode%/%oik-function%/ request */ /* function oiksc_load_component() – Load the post for the selected plugin/theme */View on GitHub