Lines:
1 to 74 of 74
<?php /* Plugin Name: oik-css Plugin URI: https://www.oik-plugins.com/oik-plugins/oik-css Description: Implements CSS and GeSHi blocks for internal CSS styling and to help document source code examples Version: 2.1.0 Author: bobbingwide Author URI: https://bobbingwide.com/about-bobbing-wide Text Domain: oik-css Domain Path: /languages/ License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html Copyright 2013-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_css_plugin_loaded(); /* function oik_css_oik_loaded() – Implement "oik_loaded" action for oik-css */ /* function oik_css_init() – Implement "oik_add_shortcodes" action for oik-css */ /* function bw_tracef() – Implement an intermediate trace filter to monitor what’s happening with "the_content" */ /* function bw_no_texturize_shortcodes() – Implement "no_texturize_shortcodes" for oik-css shortcodes */ /* function bw_wpautop() – Implement ‘the_content’ filter using wpautop() without converting newlines to br tags */ /* function bw_better_autop() – Improve wpautop and shortcode_unautop processing */ /* function oik_css_pesky_shortcodes */ /* function oik_css_admin_menu() – Implement "oik_admin_menu" filter for oik-css */ /* function oik_css_oik_menu_box() – Display the oik-css menu box */ /* function oik_css_plugin_loaded() – Function to run when the plugin file is loaded */ /* function oik_css_init_blocks */ /* function oik_css_register_dynamic_blocks */ /* function oik_css_block_type_metadata */ /* function oik_css_load_script_textdomain_relative_path */ /* function oik_css_dynamic_block_css */ /* function oik_css_dynamic_block_geshi */ /* function oik_css_server_side_wrapper */ /* function oik_css_plugins_loaded */ /* function oik_css_boot_libs */View on GitHub View on Trac