[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_Plugin_Update::show_update_message() – Display an "update" message

OIK_Plugin_Update

libs/class-oik-plugin-update.php

libs/class-oik-autoload.php

libs/class-dependencies-cache.php

libs/class-bobbcomp.php

libs/bwtrace.php

libs/bwtrace_boot.php

libs/class-BW-.php

bw_determine_post_type_from_hook() – Determines post type from hook

bw_theme_object_property() – If the field type is not defined then it’s probably a post object’s property

bw_theme_field__post_title() – Theme the "post_title" field

oik_pre_theme_field – action

bw_custom_column_post_meta() – Format custom column data for post_meta data

bw_pre_theme_field() – Request plugins to load their field theming functions

bw_global_post_id() – Return the global post ID

bw_current_post_id() – Set/return the current post ID

libs/bw_fields.php

bw_load_plugin_textdomain() – Load the language specific stuff for the selected domain/plugin

admin_print_footer_scripts – action

libs/bobbfunc.php

libs/bobbforms.php

post_link__syntax() – Syntax for [post_link] shortcode – Artisteer themes

includes/oik-shortcodes.php

includes/oik-sc-help.php

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

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

bw_remote_post() – Wrapper to wp_remote_post

includes/oik-list-table.php

includes/oik-ajax.php

includes/bwtrace-config.php

bw_register_post_type() – Register a custom post type using as many defaults as we can

includes/bw_register.php

_bw_get_posts() – Wrapper to WP_query::query()

bw_get_post() – Get the post / custom post type identified by the ID and post type

bw_get_posts() – Wrapper to get_posts()

bw_format_post() – Format the "post" – basic first version

bw_process_this_post() – Determine whether or not to process this post

bw_clear_processed_posts() – Clear the array of processed posts

includes/bw_posts.php

bw_global_post_type() – Return the global post’s post_type

includes/bw_posts.inc

bw_post_Walker

bw_post_array_hier() – Simplify post array to the hierarchical order

bw_post_Walker::start_el() –

includes/bw_noderef2.php

bw_effort_save_postdata() – Saves the custom fields for this post when called for the ‘save_post’ action

save_post_post_type – action

bw_update_post_meta() – Update post_meta for fields with multiple values

bw_pre_form_field() – Request plugins to load their field forming functions

oik_pre_form_field – action

bw_post_array() – Build a simple ID, title array from an array of $post objects

includes/bw_metadata.php

save_post – action

includes/bw_messages.php

bw_get_post_class() – Return the post classes given the post id

includes/bw_formatter.php

includes/bw-nav-tab.php

bw_prepare_shortcode_atts() – **?** Should we allow the $atts array to be pre-mangled. Can we add useful objects?

bw_prepare_shortcode_atts – filter

bwtrace_boot.php

includes/bobbcomp.php

bwtrace.php

bw_lazy_relocate_pre_current_active_plugins() – Perform plugin relocation just before the plugins are listed on the admin page for action: pre_current_active_plugins

bw_unset_update_plugins() – Remove from the update_plugins transient any plugin that has been relocated

bw_relocate_plugins() – Perform relocation of selected child plugins

bw_perform_relocations() – Perform relocations

bw_replace_active_plugins() – Replace all entries in "active_sitewide_plugins" and "active_plugins" with the new $to locations Note: We don’t need to check if the plugin is network only, we just check both arrays We do this whether it’s multisite or not.

admin/oik-plugins.inc

bw_gitrepo_plugin() – Implement "in_plugin_update_message-$plugin_file" for a Git repo plugin

bw_gitrepo_after_plugin_row() – Implement ‘after_plugin_row_$plugin_file’ for a Git repo

bw_symlinked_plugin() – Implement "in_plugin_update_message-$plugin_file" for a symlinked plugin

bw_symlinked_after_plugin_row() – Implement ‘after_plugin_row_$plugin_file’

in_plugin_update_message-$plugin_file – action

after_plugin_row_$plugin_file – action

bw_relocate_pre_current_active_plugins() – Perform plugin relocation just before the plugins are listed on the admin page

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

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

oik_load_plugins() – Lazy implementation of plugin dependency logic

oik_help_do_page() – Display help information for all the active shortcodes

oik_options_do_page_1() – Draw the oik options-1 page

oik_options_do_page() – Draw the oik options page

oik_buttons_do_page() – Draw the oik buttons page

oik_plugins_do_page() – Draw the oik plugins page

oik_themes_do_page() – Draw the oik themes page

oik_plugins_server_settings() – Process the oik plugins server settings page

oik_plugins_servers() – Display the Plugins and Themes servers box

pre_current_active_plugins – action

oik_options_add_page() – Add the options page

admin/oik-activation.php

admin/oik-admin.php

BW_List_Table::print_column_headers() – Print column headers, accounting for hidden and sortable columns.

list_table_primary_column – filter

BW_List_Table::get_primary_column_name() – Gets the name of the primary column.

BW_List_Table::pagination() – Display the pagination.

BW_List_Table::get_pagenum() – Get the current page number

BW_List_Table::get_pagination_arg() – Access the pagination args.

BW_List_Table::prepare_items() – Prepares the list of items for displaying.

BW_List_Table::set_pagination_args() – An internal method that sets all the necessary pagination arguments

  • « Previous Page
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • …
  • 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: herb@bobbingwide.com

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


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