Lines:
1 to 100 of 140
<?php /** Plugin Name: oik plugins server Depends: oik base plugin, oik-fields Plugin URI: https://www.oik-plugins.com/oik-plugins/oik-plugins Description: oik plugins server for premium and free(mium) oik plugins Version: 1.20.0 Author: bobbingwide Author URI: https://www.bobbingwide.com/about-bobbing-wide Text Domain: oik-plugins Domain Path: /languages/ License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Copyright 2012-2019 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_plugins_loaded(); /* function oik_plugins_loaded */ /* function oikp_plugin_rewrite() – Implement "init" action for oik plugins server */ /* function oikp_template_redirect() – Handle the plugins/%oik-plugin% request */ /* function oikp_posts_request() – Implement "posts_request" filter to intercept the main query */ /* function oikp_init() – Implement the "oik_fields_loaded" action for oik plugins server */ /* function bw_plugin_types() – Return an array of plugin types This is used as a select field. */ /* function bw_plugin_post_types() – Return an array of plugin version types associated with different plugins types */ /* function oik_register_oik_plugin() – Register the oik-plugins custom post type */ /* function oikp_oik_plugins_CPT_template */ if ( !function_exists( "bw_function_namify" ) ) { /* function bw_function_namify() – Return a candidate function name from the given string */ } if ( !function_exists( "oikp_columns_and_titles" ) ) { /* function oikp_columns_and_titles() – Add filters for the $post_type */ } /* function oik_plugins_columns() – Return the columns to be displayed in the All post_type display admin page */ /* function oik_plugins_fields() – Return the fields to be displayed in a table */ /* function oik_plugins_titles() – Titles are remarkably similar to columns for the admin pages We remove the Product column since it’s not working properly – it’s an optional field! */ /* function oikp_header_meta_box() – Add custom header support as required */ /* function oik_map_WP_versions() – Map WP versions – soon to be deprecated */ /* function oik_register_oik_pluginversion() – Create the oik_pluginversion custom post type */ /* function oikp_oik_pluginversion_CPT_template */ /* function oik_register_oik_pluginversion_fields() – Register the fields for oik_pluginversion */ /* function oik_pluginversion_columns() – */ /* function oik_pluginversion_fields() – Return the fields to be displayed in a table */ /* function oik_pluginversion_titles() – Titles are remarkably similar to columns for the admin pages Except when you don’t want them by default */ /* function oik_register_oik_premiumversion() – Create the oik_premiumversion custom post type */ /* function oik_premiumversion_columns() – */ /* function oik_premiumversion_fields() – Return the fields to be displayed in a table */ /* function oik_premiumversion_titles() – Titles are remarkably similar to columns for the admin pages */ /* function oikp_plugin_add_feed() – Add the "oik_plugin" feed */ /* function oikp_plugin_feed() – */ /* * Return true if the current post is of the selected $post_type
Called by
Invoked by
Calls
Call hooks
API Letters: