• Skip to primary navigation
  • Skip to main content

RocketGeek

Home of WP-Members, The Original WordPress Membership Plugin

  • WordPress Plugins
    • WP-Members
      • FAQs
      • Quick Start
      • Documentation
      • Extensions
    • Advanced Options
      • Documentation
      • Purchase the Plugin
      • Get the Pro Bundle
    • Download Protect
      • Documentation
      • Purchase the Plugin
      • Get the Pro Bundle
    • Invite Codes
      • Documentation
      • Purchase the Plugin
      • Get the Pro Bundle
    • MailChimp Integration
      • Documentation
      • Purchase the Plugin
      • Get the Pro Bundle
    • PayPal Subscriptions
      • Documentation
      • Purchase the Plugin
      • Get the Pro Bundle
    • Salesforce Web-to-Lead
    • Security
      • Documentation
      • Purchase the Plugin
      • Get the Pro Bundle
    • Text Editor
      • Purchase the Plugin
      • Get the Pro Bundle
    • User List
      • Documentation
      • Purchase the Plugin
      • Get the Pro Bundle
    • User Tracking
      • Documentation
      • Purchase the Plugin
      • Get the Pro Bundle
    • Memberships for WooCommerce
    • WordPass
  • Blog
    • Basics
    • Tips and Tricks
    • Filters
    • Actions
    • Code Snippets
    • Shortcodes
    • Design
    • Release Announcements
  • Store
    • Cart
    • Checkout
  • Contact
  • Log In
  • Show Search
Hide Search
Home » Search for "short code"

Search Results for: short code

Pluggable Functions

Similar to WordPress, WP-Members has pluggable functions.  This allows you to replace a function in the plugin without modifying the plugin’s core code, a bad practice that makes upgrading difficult.  Using pluggable functions for customizations makes upgrading easier, since your custom functions are maintained outside of the plugin’s files and are not overwritten when you upgrade.

It should be noted that even using pluggable functions, you can break the plugin.  You should pay careful attention to the original function(s) and what they are doing.  Also, when you upgrade, you should review the upgrade’s changes/updates and checked your custom functions to see if there are any compatibility issues to be addressed.  If there have been changes to a function you are maintaining a custom version of, you should carefully review to see if you need to update your customization.

Here is list of pluggable functions found in the plugin:

file: wp-members-core.php

wpmem
wpmem_securify
wpmem_do_sc_pages (deprecated)
wpmem_block (deprecated)
wpmem_test_shortcode (deprecated)
wpmem_login
wpmem_logout
wpmem_login_status (deprecated)
wpmem_inc_sidebar (obsolete)
widget_wpmemwidget_init (obsolete)
wpmem_change_password
wpmem_reset_password
wpmem_no_reset
wpmem_create_formfield (deprecated)
wpmem_selected (deprecated)
wpmem_chk_qstr (obsolete)
wpmem_generatePassword (obsolete)
wpmem_enqueue_style

file: wp-members-dialogs.php

wpmem_inc_login
wpmem_inc_changepassword
wpmem_inc_resetpassword
wpmem_inc_loginfailed
wpmem_inc_memberlinks
wpmem_inc_regmessage
wpmem_inc_registration
wpmem_login_form
wpmem_inc_recaptcha
wpmem_page_pwd_reset
wpmem_page_user_edit

file: wp-members-register.php

wpmem_registration
wpmem_get_captcha_err

file: wp-members-sidebar.php

wpmem_inc_status (deprecated)
wpmem_do_sidebar (deprecated)

WP-Members 2.7.7 beta release announcement

Chad Butler · Aug 24, 2012 ·

This article is provided free. Find out how you can get full access to premium content, including how-to articles and support forums, as well as priority email support and member exclusive plugin extensions..

 

Today I released WP-Members 2.7.7 beta 1.  This update has two primary elements. Continue Reading →

WP-Members 2.7.6 release

Chad Butler · Aug 9, 2012 ·

This article is provided free. Find out how you can get full access to premium content, including how-to articles and support forums, as well as priority email support and member exclusive plugin extensions..

 

Some exciting updates in this release:

  • Added ability to use same redirect_to querystring that WP uses in the wp-login form.  This allows more seamless replacement of the wp-login.
  • Added a new page shortcode for password reset/change [[wp-members page=”password”]].  If the user is logged out, it works the reset forgotten password functionality.  If the user is logged in, it will offer the change password functionality.  These functions do also remain in the members-area page shortcode as well, but now can be placed in a stand-alone location as well.
  • Added a new page shortcode for the user edit page [[wp-members page=”user-edit”]].  This needs to be used if the user is logged in and can be used with the login status shortcode.
  • Removed $content global from the page shortcode function.  This should correct the double form issue when used with plugins/themes that filter $content.
  • Added do_shortcode to the page shortcode call.  This should allow the page shortcodes to be used in conjuction with other shortcodes on the page (although this is not necessarily recommended).
  • Added translations for Russian, Slovak, and Hindi.
  • Moved _OLD forms to wp-members-deprecated.php.  These forms can still be used, but will be deprecated in a future version.  It is highly recommended that users still using legacy forms begin converting to the _NEW forms.

The addition of redirect_to to the login form gives users the ability to seamlessly replace the wp-login with the login_enqueue_scripts action.  There’s an example of how to set this up here.

The reworking of shortcodes and the addition of some new ones allows more flexibility with the shortcodes than in the past.  It allows for the use of more than one of the “page” shortcodes on a single page, allows for nested shortcodes (such as putting page shortcodes within the logged in/out status shortcodes).  In my opinion, this is probably the most powerful update in this release.

The new shortcodes break out some of the functions of the members-area page to be used separately as needed/desired.

Redirect requests to wp-login to a front end login page

Chad Butler · Aug 8, 2012 ·

Note: If you want an easy way to do this, the Advanced Options extension offers this as a setting. But if you need more control over the process than a simple “on/off” switch, the method described here is a flexible and customizable alternative.

The new version of WP-Members 2.7.6 adds a method of picking up the redirect_to parameter.  This allows you to make redirecting from the wp-login more seamless, since the wp-login is designed to redirect the user back to where their login was requests (such as comments or a forum). Continue Reading →

Welcome to RocketGeek Interactive

Chad Butler · Jul 17, 2012 ·

This article is provided free. Find out how you can get full access to premium content, including how-to articles and support forums, as well as priority email support and member exclusive plugin extensions..

 

This is the home of WP-Members and is packed with a great deal of information about the plugin, how to use it, and how to set it up. The plugin is rich with both shortcodes as well as action & filter hooks, so there are many examples here to demonstrate its extensibility. There is also a free User’s Guide and How-to guides on setting up the plugin.

Continue Reading →

  • « Go to Previous Page
  • Page 1
  • Interim pages omitted …
  • Page 43
  • Page 44
  • Page 45
  • Page 46
  • Page 47
  • Interim pages omitted …
  • Page 52
  • Go to Next Page »

Ready to get started?

Join Today!

© 2025 · butlerblog.com · RocketGeek is built using WordPress, WP-Members, and the Genesis Framework

  • butlerblog.com
  • WP-Members Support Subscription
  • Terms of Service
  • Privacy Policy
  • Refund Policy