<?php /* Plugin Name: oik Plugin URI: https://www.oik-plugins.com/oik-plugins/oik Description: OIK Information Kit - Over 80 lazy smart shortcodes for displaying WordPress content Version: 4.9.2 Author: bobbingwide Author URI: https://bobbingwide.com/about-bobbing-wide Text Domain: oik Domain Path: /languages/ License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html Copyright 2010-2023 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 */ /* function oik_version() – Return the oik_version */ /* function oik_plugin_file_loaded() – Function to invoke when the file has been loaded */ /* function oik_enqueue_stylesheets() – Implement ‘wp_enqueue_scripts’ action to enqueue the oik.css and $customCSS stylesheets as required */ /* function oik_query_timestamp() – Query the timestamp for a file */ /* function oik_main_init() – Implement the ‘init’ action */ /* function oik_admin_menu() – Implement the ‘admin_menu’ action */ /* function oik_network_admin_menu() – Implement the ‘network_admin_menu’/’network_admin_notices’ action for multisite */ /* function oik_admin_init() – Implement ‘admin_init’ action */ /* function bw_oik_add_shortcodes() – Implement ‘oik_add_shortcodes’ action for oik */ /* function oik_attachment_fields_to_edit() – Add the custom image link using the same method as the Portfolio slideshow plugin which used the method documented here: */ /* function oik_attachment_fields_to_save() – Save the "oik custom image link URL" */ /* function oik_oembed_remote_get_args */ /* function oik_admin_bar_menu() – Implements "admin_bar_menu" action for oik */ /* function oik_login_head() – Implement "login_head" action for oik */ /* function oik_query_libs_query_libs() – Implement "oik_query_libs" for oik */ /* function oik_oik_lib_loaded() – Implement "oik_lib_loaded" for oik */ if ( !function_exists( "oik_lib_set_lib_versions" ) ) { /* function oik_lib_set_lib_versions() – */ } /* function oik_admin_notices() – Implement "admin_notices" for oik */ /* function oik_require_lib_wrapper() – Wraps oik_require_lib */ /* function oik_oik_sc__help() – Implements "_sc__help" for oik */ /* function oik_rest_api_init */ /* function oik_is_rest */ /* function oik_is_block_editor */ /* function oik_is_block_renderer */ /* function oik_is_shortcode_expansion_necessary */ /* function oik_register_dynamic_blocks */ /* function oik_load_script_textdomain_relative_path */ /* function oik_block_type_metadata */ /* function oik_block_type_metadata_paypal_default_values */ /* function oik_block_type_metadata_contact_form_default_values */ /* function oik_maybe_get_current_post_author */ /* function oik_dynamic_block_address */ /* function oik_dynamic_block_contact_form */ /* function oik_dynamic_block_contact_field */ /* function oik_dynamic_block_countdown */ /* function oik_dynamic_block_follow_me */ /* function oik_dynamic_block_shortcode_block */ /* function oik_dynamic_block_content_block */ /* function oik_dynamic_block_paypal */ /* function oik_server_side_wrapper */ /* function oik_register_block_styles */ /** * Initiate oik processing */ oik_plugin_file_loaded();View on GitHub View on Trac