Lines:
1 to 100 of 112
<?php /** Plugin Name: oik themes server Depends: oik base plugin, oik fields, oik-plugins Plugin URI: https://www.oik-plugins.com/oik-plugins/oik-themes Description: oik themes server for themium and free(mium) oik themes Version: 1.4.6 Author: bobbingwide Author URI: https://bobbingwide.com/about-bobbing-wide Text Domain: oik-themes Domain Path: /languages/ License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Copyright 2013-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 */ oikth_plugin_loaded(); /* function oikth_plugin_loaded() – Function to invoke when plugin file loaded */ /* function oikth_theme_rewrite() – Implement "init" action for oik themes server */ /* function oikth_inspect_request_uri() – */ /* function oikth_template_redirect() – Handle the themes/%oik-theme% request */ /* function oikth_init() – Implement the "oik_fields_loaded" action for oik themes server */ /* function bw_theme_types() – Return an array of theme types This is used as a select field. */ /* function bw_theme_post_types() – Return an array of theme version types associated with different themes types */ /* function oik_register_oik_theme() – Register the oik-themes custom post type */ if ( !function_exists( "bw_function_namify" ) ) { /* function bw_function_namify() – Return a candidate function name from the given string */ } /* function oikth_columns_and_titles() – Add filters for the $post_type */ /* function oik_themes_columns() – Return the columns to be displayed in the All post_type display admin page */ /* function oik_themes_fields() – Return the fields to be displayed in a table */ /* function oik_themes_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 oikth_header_meta_box() – Add custom header support as required */ /* function oik_register_oik_themeversion() – Create the oik_themeversion custom post type */ /* function oik_register_oik_themeversion_fields() – Register the fields for the oik_themeversion and oik_themiumversion CPTs */ /* function oik_themeversion_columns() – Return the columns to be displayed */ /* function oik_themeversion_fields() – Return the fields to be displayed in a table */ /* function oik_themeversion_titles() – Create titles for oik_themeversion */ /* function oik_register_oik_themiumversion() – Create the oik_themiumversion custom post type */ /* function oik_themiumversion_columns() – */ /* function oik_themiumversion_fields() – Return the fields to be displayed in a table */ /* function oik_themiumversion_titles() – Titles are remarkably similar to columns for the admin pages */ /* function oikth_theme_add_feed() – Add the "oik_theme" feed. */ /* function oikth_theme_feed() – */ /* function oikth_check_post_type() – */ /* function oikth_build_external_dir() – For non Windows servers (e.g. */ /* function oikth_create_new_file_name() – Can we alter the filter in wp_handle_upload to control where the file gets stored and the download URL for it? */ /* function oikth_handle_upload() – Implement ‘wp_handle_upload’ filter */ /* function oikth_the_post_oik_themes() – Add some content before ‘the_content’ filtering */View on GitHub
Called by
Invoked by
Call hooks
API Letters:
