Lines:
1 to 100 of 196
<?php // (C) Copyright Bobbing Wide 2011-2019 /** * oik admin functions not in the oik-admin library * * * Functions moved to the oik-admin library: * Original function | Replacement for l10n * ------------------- | --------------------- * - bw_load_plugin * - oik_box | BW_::oik_box * - scolumn * - ecolumn * - oik_menu_header | BW_::oik_menu_header * - oik_menu_footer * - _bwtnt * - oik_plugins_validate * - oik_enqueue_scripts * Note: These functions will be further stripped down as the oik admin interface is improved to use tabs. */ /* function oik_options_init() – Initialise the plugin options */ /* function bw_load_admin_scripts() – Load the oik-quicktags jQuery/JavaScript for when TinyMCE or the advanced HTML editor is being used */ /* function oik_options_add_page() – Add the options page */ /* function oik_callback() – Dummy callback function */ /* function oik_shortcode_options() – Introduce oik options */ /* function oik_custom_css_box() – Display the oik custom CSS box */ /* function oik_custom_css() – Display the Edit CSS link for a defined custom.css file */ /* function oik_plugins_servers() – Display the Plugins and Themes servers box */ /* function oik_default_tinymce_buttons() – Return default values for the Tiny MCE buttons */ /* function oik_tinymce_buttons() – Allow selection of the TinyMCE buttons */ /* function oik_documentation() – Display links to the oik documentation */ /* function oik_support() – Display the PayPal donate button */ /* function oik_admin_options() – Display the oik admin options */ /* function oik_menu() – Display the oik menu page – oik overview */ /* function oik_buttons_do_page() – Draw the oik buttons page */ /* function oik_plugins_do_page() – Draw the oik plugins page */ /* function oik_themes_do_page() – Draw the oik themes page */ /* function oik_plugins_server_settings() – Process the oik plugins server settings page */ /* function oik_themes_server_settings() – Process the oik themes server settings page */ /* function oik_options_do_page() – Draw the oik options page */ /* function oik_contact_numbers() – Display telephone numbers */ /* function oik_more_contact_numbers() – Display more telephone numbers */ /* function oik_company_info() – Display Company Information */ /* function oik_contact_info() – Display Contact information */ /* function oik_address_info() – Address and geo fields */ /* function oik_follow_me() – Display the social media "follow me" fields */ /* function _oik_alt0_suffix() – Return the alt=0 suffix if required when oik-user is loaded */ /* function oik_main_shortcode_options() – Display main shortcode options that aren’t available to "More options" */ /* function oik_usage_notes() – Display usage notes for some oik shortcodes */ /* function oik_options_do_page_1() – Draw the oik options-1 page */ /* function oik_extra_shortcode_options() – Display "More options" fields */ /* function oik_extra_usage_notes() – Display additional usage notes */ /* function oik_options_validate() – Sanitize and validate input. */ /* function oik_draconian_validation */ /* function oik_list_validations */ /* function oik_sanitize_key_value */ /* function oik_set_latlng() – Set the lat and lng fields for the given address */View on GitHub View on Trac