Lines:
1 to 100 of 102
<?php /* function _oikth_lazy_redirect() – Author: bobbingwide Author URI: http://www.bobbingwide.com License: GPL2 */ /* function _oikth_lazy_redirect_download() – Support /themes/download/?theme=theme&version=version&apikey=apikey&action=update/download&id=id */ /* function oikth_validate_themeversion() – validate the theme and version against the given post ID */ /* function oikth_load_apikey() – Load a record for this apikey and check that it’s OK */ /* function oikth_validate_apikey() – validate the apikey for this selected theme version */ /* function oikth_increment_downloads() – Increment the downloads for this theme version */ /* function oikth_download_file() – Deliver the theme version requested */ /* function oikth_force_download() – Force the download of a file */ /* function _oikth_lazy_redirect_update_check() – */ /* function _oikth_lazy_redirect_info() – */ /* function oikth_lazy_redirect() – Implement lazy redirect for the selected action */ /* function oikth_load_theme() – Load the theme by $slug */ /* function oikth_load_themeversion() – */ /* function oikth_get_latestversion() – Return the version metadata */ /* function oikth_get_theme() – Load the theme for the given theme version or premium version node */ if ( !function_exists( "bw_return_field" ) ) { /* function bw_return_field() – Return the value of the field depending on the field type */ } /* function oikth_get_requires() – Get the value of the "required_version" custom category ( was _oikpv_requires ) */ /* function oikth_get_tested() – */ /* function oikth_get_attachment() – */ /* function oikth_get_package() – Return the package URL for this theme */ /* function oikth_update_check() – */ if ( !function_exists( "bw_get_userdata" ) ) { /* function bw_get_userdata() – Get userdata for the selected user ID */ } /* function oikth_get_author_name() – Return a link to the author’s home page Determine the author’s display name from the post author then append it to their website URL */ /* function oikth_get_author_profile() – */ /* function oikth_get_FAQ() – Return the defined FAQ page for the themes server */ /* function oikth_get_sections() – */ /* function oikth_get_downloaded() – Return the number downloaded – when we’re ready to tell them! */ /* function oikth_theme_information() – https://spreadsheets.google.com/pub?key=0AqP80E74YcUWdEdETXZLcXhjd2w0cHMwX2U1eDlWTHc&authkey=CK7h9toK&hl=en&single=true&gid=0&output=html */ /* function oikth_dummy_info() { $response = new stdClass; $response->slug = "oik-pro"; $response->theme_name = "oik-pro"; $response->new_version = "1.17i"; $response->requires = "3.0.4"; $response->tested = "3.4.1"; $response->downloaded = 12126; $response->rating = 100.0; //just for fun, gives us a 5-star rating :) $response->num_ratings = 121; // downloaded / 100 $response->last_updated = bw_format_date(); $response->homepage = "http://qw/wpit/oik_theme/dumbo"; $response->sections = array( 'description' => "over 70 shortcodes" , 'changelog' => "change log " , 'FAQ' => "see the FAQ" ); echo serialize( $response ); } */View on GitHub
Called by
Invoked by
Calls
Call hooks
API Letters: