wpmem_exp_expired_msg

Description

This hook allows you to filter the message that is displayed to a user when they attempt to view content that is restricted to paying subscribers.  There are three possible default messages:

  • This content is for members only.
  • It appears that you have registered, but have not completed payment.  Once your payment is received, you will be able to access all of the premium members-only content on the site.
  • Your account has expired.

Parameters

$str
(string) (required) A string containing the message.

Examples

[snippet slug=wpmem_exp_expired_msg lang=php]

Notes

Once in the object, the settings managed by this filter can be changed directly in the object on the fly, so this filter is not used much anymore.  However, it remains supported in the plugin.

Changelog

  • Introduced in version 0.1.0

Source

wpmem_exp_expired_msg is located in /includes/class-wp-members-expiration-forms.php