[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

admin/oik-user.php


Lines:
1 to 100 of 108
<?php // (C) Copyright Bobbing Wide 2013-2017

/* function oiku_lazy_admin_menu() – Implements "oik_admin_menu" action for oik-user */

/* function oik_user_options_validate() – Validate the oik user options fields */

/* function oik_user_admin_page() – Display the oik user admin page */

/* function oik_user_list_metadata() – Return an array of possible user contact methods fields to display */

/* function oik_user_profile_fields() – Display checkboxes for fields that could be displayed */

/* function oiku_get_function_as_string() – Return the function name as a string */

/* function oiku_get_function_as_array() – Return the function name as an array if necessary */

/* function oik_user_profile_filters() – Identify the other action hooks to remove */

/* function oiku_action() – Implement actions or filters that we haven’t understood yet! */

/* function oiku_user_contactmethod() – Add a contact method if not already listed */

/* function oiku_user_contactmethods() – Implement "user_contactmethods" filter for oik-user – 1st pass */

/* function oiku_user_contactmethods_selected() – Implement "user_contactmethods" filter for oik-user – 2nd pass */

/* function bw_get_user_meta() – Return the user meta data for user $ID and key $key */

/* function bw_update_user_meta() – Update user meta data */

/* function oiku_edit_user_profile() – Implement "edit_user_profile" action for oik-user to display another user’s fields */

/* function oiku_remove_filters_for_anonymous_class() – Remove a filter defined for an object */

/* function oiku_show_user_profile_selected() – Implement "show_user_profile" action for oik-user */

/* function oiku_show_user_profile() – Implement "show_user_profile" action for oik-user to display user’s fields */

/* function oiku_display_activation_status() – Display user Activated information */

/* function oiku_personal_options_update() – Implement "personal_options_update" for oik-user */

/* function oiku_edit_user_profile_update() – Implement "edit_user_profile_update" for oik-user */

/*  
function oiku_extra_usage_notes_2() {
  oik_require( "includes/oik-sc-help.inc" );
  p( "Use the shortcodes in your pages, widgets and titles. e.g." );
  bw_invoke_shortcode( "bw_contact", "alt=2", "Display your alternative contact name." );
  bw_invoke_shortcode( "bw_email", "alt=2 prefix=e-mail", "Display your alternative email address, with a prefix of 'e-mail'." );
  bw_invoke_shortcode( "bw_telephone", "alt=2", "Display your alternative telephone number." );
  bw_invoke_shortcode( "bw_address", "alt=2", "Display your alternative address." );
  bw_invoke_shortcode( "bw_show_googlemap", "alt=2", "Display a Googlemap for your alternative address." );
  bw_invoke_shortcode( "bw_directions", "alt=2", "Display directions to the alternative address." );
  bw_flush();
}
*/

/* function oiku_menu_box() – Implement "oik_menu_box" action for oik-user */

/* function oiku_user_settings() – Display/process the Copy options form */

/* function oiku_copy_user_settings() – Handle Copy options form */

/* function oiku_copy_settings_to_user() – Copy oik options for alt= to user= */


/* function oiku_set_user_contact_user_meta() – Set the value of a user contact field from the $options array */

/* function oiku_simplify_social() – Return the block of text after the last slash, if there is one, for the selected $social field in $options */

/* function oiku_manage_user_columns() – Implement "manage_user_columns" for oik-user */

/* function oiku_manage_users_custom_column() – Implement "manage_users_custom_column" for oik-user */


/* 
 * @TODO - someday **?**

@link http://wpquestions.com/question/show/id/8170


function status_column_sortable($columns) {
  $custom = array( 'status'    => 'status' );
  return wp_parse_args( $custom, $columns);
}

add_filter( 'manage_users_sortable_columns', 'status_column_sortable' );

function status_column_orderby( $vars ) {
  if ( isset( $vars['orderby'] ) && 'status' == $vars['orderby'] ) {
    $vars = array_merge( $vars, array( 'meta_key' => 'status', 'orderby' => 'meta_value' ) );
  }
  return $vars;
}

add_filter( 'request', 'status_column_orderby' );
  


*/
[1] [2] Next »
 View on GitHub

Called by

    Invoked by

      Calls

      Call hooks

      File name: admin/oik-user.php
      Plugin ref: oik user
      Version: 0.7.0
      Deprecated?: No
      API Letters: A,O,P,U

      Published: March 14, 2017 | Last updated: March 14, 2017

      Information

      File name: admin/oik-user.php
      Plugin ref: oik user
      Version: 0.7.0
      Deprecated?: No
      API Letters: A,O,P,U

      Recent plugin updates

      oik v4.7.2 oik v4.7.2 includes a fix to the logic to render blocks for Content and Excerpts in the bw_pages shortcode. ...
      oik v4.7.1 Upgrade to oik v4.7.1 for bw_pages rendering blocks for Content and Excerpts, and support for post_name attribute for shortcode which query posts ...
      oik-shortcodes v1.41.1 Upgrade to oik-shortcodes v1.41.1 for a couple of minor changes. ...
      oik-bob-bing-wide v2.2.2 Upgrade to oik-bob-bing-wide v2.2.2 for improvements to bw_dash examples and fixes to some SVG icon's visibility. ...
      oik-bwtrace v3.3.1 Upgrade to oik-bwtrace v3.3.1 to measure plugin load times and ad hoc action timing points. ...

      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]

      Weight shipping plugins

      Find out which cart weight shipping plugin you need for your WooCommerce site.
      Which cart weight based plugin do I need?

      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