[oik] plugins.com

WordPress plugins and themes

  • Home
  • About
    • lazy shortcodes
    • smart shortcodes
    • oik base plugin
      • oik – donate
      • oik PayPal buttons
      • oik installation
      • oik Button Shortcode button
      • oik changelog
      • oik FAQ
      • oik plugins on SVN
      • oik plugins on GitHub
  • Plugins
    • oik base plugin
    • FREE oik plugins
    • WordPress plugins
    • Premium oik plugins
    • Bespoke oik plugins
  • Shortcodes
    • Shortcode examples
  • Blocks
    • Block examples
  • APIs
    • ALL action and filter hooks
  • Blog
  • #
  • $
  • A
  • B
  • C
  • D
  • E
  • F
  • G
  • H
  • I
  • J
  • K
  • L
  • M
  • N
  • O
  • P
  • Q
  • R
  • S
  • T
  • U
  • V
  • W
  • X
  • Y
  • Z
  • _
You are here: Home / Archives for P

oik-shortc-shortcodes.php

edit_page_form – action

oik-paypal-shortcodes.php

bw_paypal_filter_mce_button() – Implement ‘mce_buttons’ filter to add the bwpaypal_button to the array of Tiny MCE buttons

bw_paypal_filter_mce_plugin() – Implement ‘mce_external_plugins’ filter to add the jQuery code to be executed when then bwpaypalbutton_button is clicked

oik_ids_load_users_php() – Implement "load-users.php" action for oik-ids

oik_ids_load_upload_php() – Implement "load-upload.php" action for oik-ids

manage_edit-ptype_sortable_columns – filter

manage_edit-post_sortable_columns – filter

oik_ids_load_edit_php() – Implement "load-edit.php" action for oik-ids

manage_posts_columns – filter

manage_posts_custom_column – action

manage_pages_columns – filter

manage_pages_custom_column – action

bw_filter_mce_plugin() – Implement the ‘mce_external_plugins’ filter

oik-ids.php

oik-button-shortcodes.php

mce_external_plugins – filter

bw_global_post() – Save/restore the global post and id

oik-add-shortcodes.php

bw_get_plugin_name() – Get the full plugin name given the slug

bw_get_plugin_version() – Returns current plugin version.

libs/oik_themes.php

_bw_get_plugin_version() – Return the plugin version

_bw_get_plugins() – Returns the plugin names

oik_plugin_new_version() – Produce an Update plugin link

bw_get_plugin_slugs() – Obtain the plugin slugs

oik_plugin_record_new_version() – Let WordPress know that there is a new version of the plugin

oik_plugins_edit_settings() – Display the edit settings form

oik_plugins_check() – Checks a plugin for updates

oik_plugins_settings() – Display the plugin settings table form

oik_plugins_add_settings() – Display the add settings form

_oik_plugins_settings_validate() – Validate the plugin’s settings and add/update if required

oik_plugins_validate_plugin() – Validate the plugin name: plugin must not be blank

_oik_plugins_delete_settings() – Delete the settings for a plugin

_oik_plugins_add_settings() – Add the settings for the plugin

_oik_plugins_update_settings() – Update the settings for a plugin

_oik_plugins_settings_table() – Display the oik plugins profile values and other information

_oik_plugins_load_registered_plugins() – Load registered plugins

_oik_plugins_settings_row() – Display current settings for a plugin

oik_lazy_plugins_server_settings() – oik plugins settings page

libs/oik_plugins.php

oik_path() – Return the path of the oik base plugin or any particular file

playlist__syntax() – Syntax for [playlist] shortcode

libs/oik_boot.php

_sc_posts() – Helper function for shortcodes that use bw_get_posts()

bw_form_sc_parm_help() – Return link to shortcode parameter help

libs/oik-sc-help.php

libs/oik-l10n.php

libs/oik-honeypot.php

oik_check_installed_plugin() – Find out of we think the plugin is installed but not activated or not even installed

oik_install_plugin() – Produce an install plugin link

oik_activate_plugin() – Produce an "activate" plugin link

oik_update_plugin() – Produce an "update" plugin link

bw_get_active_plugins() – Return an array of ALL active plugins – for single or multisite

bw_get_all_plugin_names() – Returns an associative version of the active plugins array

bw_ms_get_all_plugin_names() – Return an associative version of the sitewide active plugins array

oik_plugin_inactive() – Produce a message when a dependent plugin is inactive or the wrong version

libs/oik-autoload.php

libs/oik-depends.php

oik_plugins_validate() – Dummy validation function

bw_load_plugin() – Load ‘plugin’ file if the options checkbox is set on

libs/oik-activation.php

libs/oik-admin.php

oik_update::oik_get_plugins_server() – Return the URL for the Premium (Pro) or Freemium version

oik_update::bw_last_path() – Return the last path for the given file

oik_update::oik_pluginsapi() –

oik_update::oik_query_plugins_server() – Return the plugins server if the requested plugin is one of ours

pre_set_site_transient_update_themes – action

site_transient_update_plugins – action

plugins_api – action

pre_set_site_transient_update_plugins – action

oik_update::oik_register_plugin_server() – Register this plugin as one that is served from a different server to WordPress.org

libs/class-oik-update.php

oik_remote::oikp_our_plugin() – Determine if this is one of "our" plugins

oik_remote::oik_lazy_pluginsapi() – Implement "plugin_information" for our own plugins

oik_remote::bw_remote_post() – Wrapper to wp_remote_post

libs/class-oik-remote.php

OIK_Plugin_Update::oik_plugins_servers() – Display the general messages about Updates

OIK_Plugin_Update::compatible_version() – Checks compatible versions

OIK_Plugin_Update::bootstrap_oik_libs() – Bootstrap the shared library system

OIK_Plugin_Update::oik_menu() – Implement oik_menu for oik_themes

OIK_Plugin_Update::require_lib() – Require a library

OIK_Plugin_Update::version_check() – Check minimum required version loaded

OIK_Plugin_Update::report_error() –

OIK_Plugin_Update::require_dependencies() – Load the dependent libraries

OIK_Plugin_Update::admin_menu() – Implement "admin_menu" for plugin updates

oik_register_plugin_server – action

OIK_Plugin_Update::oik_plugins_do_page() – Implement oik’s Plugins page

OIK_Plugin_Update::query_menu_subitem() – Query if the menu subitem exists

OIK_Plugin_Update::add_oik_menu() – Add the oik updates and Updates menu items if required

OIK_Plugin_Update::admin_action_upgrade_plugin() – Prepares for converting local requests to use sslverify=false

OIK_Plugin_Update::query_menu() – Query if the primary menu exists

OIK_Plugin_Update::show_update_nag() – Display an "update-nag" message

OIK_Plugin_Update::after_plugin_row() – Implement "after_plugin_row" for this plugin

OIK_Plugin_Update::get_page_url() – Returns admin page URL

OIK_Plugin_Update::plugin_action_links() – Implement "plugin_action_links"

OIK_Plugin_Update::instance() – Return the single instance of this class

OIK_Plugin_Update::__construct() – Constructor for OIK_Plugin_Update

  • « Previous Page
  • 1
  • 2
  • 3
  • 4
  • 5
  • …
  • 11
  • Next Page »

Plugins

  • All Plugins
  • oik base plugin
  • FREE oik plugins
  • WordPress plugins
  • Premium oik plugins

Themes

  • FREE themes
  • Bespoke themes
  • Premium themes

Blocks

  • All Blocks
  • Block examples
  • About Blocks

Shortcodes

  • All Shortcodes
  • Shortcode examples
  • About Shortcodes

Reference

  • About APIs
  • All APIs
  • All Classes
  • All Files
  • All Hooks

Support

  • Contact
  • Cookies policy
  • Get API key
  • Privacy
  • Request support
  • Sitemap
  • Stay informed
  • Terms and Conditions
oik-plugins
Email: [email protected]

Site:  www.oik-plugins.com
© Copyright oik-plugins 2011-2022. All rights reserved.


Website designed and developed by Herb Miller of Bobbing Wide
Proudly powered by WordPress and oik-plugins
WordPress 6.0.1. PHP: 7.4.30. Memory limit: 768M