Lines:
1 to 30 of 30
<?php // (C) Copyright Bobbing Wide 2011-2021 if ( !defined( "CLASS_OIK_UPDATE_INCLUDED" ) ) { define( "CLASS_OIK_UPDATE_INCLUDED", "3.4.2" ); /* class oik_update */ /* function oik_update::oik_register_plugin_server() – Register this plugin as one that is served from a different server to WordPress.org */ /* function oik_update::oik_register_theme_server() – Register this theme as one that is served from a different server to WordPress.org */ /* function oik_update::oik_lazy_altapi_init() – Only register our plugin server when needed */ /* function oik_update::oik_lazy_alttheme_init() – Only register our theme server when needed */ /* function oik_update::oik_altapi_check() – Check for plugin updates */ /* function oik_update::oik_alttheme_check() – Check for theme updates */ /* function oik_update::oik_site_transient_update_plugins() – If required, unset last_checked to force another "check for updates" for plugins */ /* function oik_update::oik_site_transient_filter_symlinked_plugins */ /* function oik_update::is_update_core */ /* function oik_update::is_symlinked */ /* function oik_update::oik_site_transient_filter_git_plugins */ /* function oik_update::is_git */ /* function oik_update::oik_site_transient_update_themes() – If required, unset last_checked to force another "check for updates" for themes */ /* function oik_update::oik_query_plugins_server() – Return the plugins server if the requested plugin is one of ours */ /* function oik_update::oik_query_themes_server() – Return the themes server if the requested theme is one of ours */ /* function oik_update::bw_get_slug() – Return the slug part of a plugin name */ /* function oik_update::bw_last_path() – Return the last path for the given file */ /* function oik_update::oik_pluginsapi() – */ /* function oik_update::oik_themes_api() – */ /* function oik_update::oik_get_plugins_server() – Return the URL for the Premium (Pro) or Freemium version */ /* function oik_update::oik_get_themes_server() – Return the URL for the theme server */ } /* end !defined() */View on GitHub View on Trac