Private Areas Filters

Overview

# Top

If you’re not sure what a filter is and want to get started, take a look at the WordPress Codex reference on filters and the core function, add_filter().

Filters can be added to your theme’s or child theme’s functions.php file or to a site-specific plugin. We’ve created a very basic site-specific plugin for this purpose, you can get it for free here.

If you’re a developer and you’re looking to filter something, you probably can. If it’s not listed here please check the codebase first and then submit a support ticket if you need help locating a filter.

llms_pa_comments_per_page

# Top

Customize the number of comments shown per page with LifterLMS Private Areas.

llms_pa_html_discussion

# Top

Disable HTML quick tags for discussion (commenting) on Private Area posts.

Same as above, but allows admins to use HTML quicktags on the admin panel (disables for students on frontend only):

llms_pa_post_clone_status

# Top

Customize the default status of a Private Area post when duplicating a Private Area post.

NOTE: if you set to publish, notifications will be sent IMMEDIATELY possilby resulting in a student getting a duplicate notification!

llms_pa_post_excerpt_length

# Top

Customize the length (in words) of Private Area post excerpts.

llms_pa_post_roles_can_discuss

# Top

Allow additional roles to discuss a Private Area post from the admin panel.

llms_pa_post_show_time

# Top

Prevent the posted time from displaying for Private Area posts.

Last Updated on
Was this article helpful?