LD_Groups_Membership::on_load_edit()
Method: Call via the WordPress load sequence for admin pages.
LD_Groups_Membership::on_load_edit Read More »
@package: LearnDash / Groups
Source Files: includes/group/ld-groups-membership.php
Method: Call via the WordPress load sequence for admin pages.
LD_Groups_Membership::on_load_edit Read More »
Method: Adds the protection columns in the table listing.
LD_Groups_Membership::add_data_columns Read More »
Method: Show the protection columns in the table listing.
LD_Groups_Membership::posts_custom_column Read More »
Method: Display bulk edit on table listing
LD_Groups_Membership::display_custom_bulk_edit Read More »
Method: Save bulk edit changes.
LD_Groups_Membership::save_post_bulk_edit Read More »
Function: Utility function to set the post group membership settings.
learndash_set_post_group_membership_settings Read More »
Function: Get the Groups related to the Post for Group Membership.
learndash_get_post_group_membership_groups Read More »
Function: Set the Groups related to the Post for Group Membership.
learndash_set_post_group_membership_groups Read More »
Filter Hook: Filter to show alert message box used in LD30 templates.
learndash_group_membership_access_denied_show_ld30_alert Read More »
Method: Start the logic to filter the content.
LD_Groups_Membership::the_content_filter Read More »
Method: Check if Post is enabled and if the post type is included in the global settings.
LD_Groups_Membership::is_post_blocked Read More »
Method: Get or create instance object of class.
LD_Groups_Membership::get_instance Read More »
Method: Check if User enrolled groups against Post and Membership settings.
LD_Groups_Membership::is_user_blocked Read More »
Method: Public constructor for class
LD_Groups_Membership::__construct Read More »
Method: Check if user if in the associated post membership groups.
LD_Groups_Membership::is_user_in_post_groups Read More »
Method: Get Group Membership post metabox instance.
LD_Groups_Membership::get_metabox_instance Read More »
Method: Called when the Post is Added or Edited.
LD_Groups_Membership::on_load Read More »
Method: Initialize runtime vars.
LD_Groups_Membership::init_vars Read More »
Method: Called when the Post is Saved.
LD_Groups_Membership::save_post Read More »