[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"$fxuzRj9h10ouJuJCOvN55Cb6-ppKu4GeCg-S1epqcoWc":3},{"slug":4,"name":5,"version":6,"author":7,"author_profile":8,"description":9,"short_description":10,"active_installs":11,"downloaded":12,"rating":13,"num_ratings":13,"last_updated":14,"tested_up_to":15,"requires_at_least":16,"requires_php":17,"tags":18,"homepage":24,"download_link":25,"security_score":26,"vuln_count":13,"unpatched_count":13,"last_vuln_date":27,"fetched_at":28,"vulnerabilities":29,"developer":30,"crawl_stats":27,"alternatives":37,"analysis":104,"fingerprints":183},"visibility-control-for-lifterlms","Visibility Control for LifterLMS","1.1","Pankaj Agrawal","https:\u002F\u002Fprofiles.wordpress.org\u002Fliveaspankaj\u002F","\u003Cp>Visibility Control for LifterLMS helps you hide messages and content for specific criterion anywhere on your WordPress page.\u003C\u002Fp>\n\u003Cp>You can show\u002Fhide HTML elements, menus, and other details based on:\u003Cbr \u002F>\n1. User’s access to a particular \u003Cstrong>Lifter LMS Course\u003C\u002Fstrong>,\u003Cbr \u002F>\n2. User’s course completion status of a particular \u003Cstrong>Lifter LMS Course\u003C\u002Fstrong>, Or\u003Cbr \u002F>\n3. User is \u003Cstrong>Logged In\u003C\u002Fstrong> or \u003Cstrong>Logged Out\u003C\u002Fstrong>.\u003Cbr \u002F>\n4. User’s role.\u003C\u002Fp>\n\u003Cp>You simply need to add a CSS class to your element div or span. As explained here:\u003C\u002Fp>\n\u003Cp>\u003Cstrong>Example:\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cp>Login\u002FLogout Status:\u003C\u002Fp>\n\u003Cul>\n\u003Cli>To show the element\u002Fmenu item to a logged-in user, add this CSS class: \u003Cstrong>visible_to_logged_in\u003C\u002Fstrong> OR  \u003Cstrong>hidden_to_logged_out\u003C\u002Fstrong>\u003C\u002Fli>\n\u003Cli>To hide the element\u002Fmenu item from a logged-in user, add this CSS class: \u003Cstrong>visible_to_logged_out\u003C\u002Fstrong> OR  \u003Cstrong>hidden_to_logged_in\u003C\u002Fstrong>\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>For user’s role:\u003Cbr \u002F>\n* To show the element\u002Fmenu item to a user will role administrator, add this CSS class: \u003Cstrong>visible_to_role_administrator\u003C\u002Fstrong> OR \u003Cstrong>hidden_to_role_administrator\u003C\u002Fstrong>\u003Cbr \u002F>\n* Note: To show an element to multiple specific roles only, you need add the element multiple times, one for each role. To hide an element\u002Fmenu from specific multiple roles only you can add the element once add multiple classes to the same element.\u003C\u002Fp>\n\u003Cp>If Course ID is 123\u003C\u002Fp>\n\u003Cul>\n\u003Cli>To show the element\u002Fmenu item to user with access to above Course, add this CSS class: \u003Cstrong>visible_to_course_123\u003C\u002Fstrong>\u003C\u002Fli>\n\u003Cli>To hide the element\u002Fmenu item from user with access to above Course, add this CSS class: \u003Cstrong>hidden_to_course_123\u003C\u002Fstrong>\u003C\u002Fli>\n\u003Cli>To show the element\u002Fmenu item to a logged-in user, add this CSS class: \u003Cstrong>visible_to_logged_in\u003C\u002Fstrong> OR  \u003Cstrong>hidden_to_logged_out\u003C\u002Fstrong>\u003C\u002Fli>\n\u003Cli>To hide the element\u002Fmenu item from a logged-in user, add this CSS class: \u003Cstrong>visible_to_logged_out\u003C\u002Fstrong> OR  \u003Cstrong>hidden_to_logged_in\u003C\u002Fstrong>\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>For a course completion status, if Course ID is 123:\u003C\u002Fp>\n\u003Cul>\n\u003Cli>To show the element\u002Fmenu item to user who completed above course, add this CSS class: \u003Cstrong>visible_to_course_complete_123\u003C\u002Fstrong>\u003C\u002Fli>\n\u003Cli>To hide the element\u002Fmenu item from user who completed above course, add this CSS class: \u003Cstrong>hidden_to_course_complete_123\u003C\u002Fstrong>\u003C\u002Fli>\n\u003Cli>To show the element\u002Fmenu item to user who has not completed above course, add this CSS class: \u003Cstrong>visible_to_course_incomplete_123\u003C\u002Fstrong>\u003C\u002Fli>\n\u003Cli>To hide the element\u002Fmenu item from user who has not completed above course, add this CSS class: \u003Cstrong>hidden_to_course_incomplete_123\u003C\u002Fstrong>\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>\u003Cstrong>Mechanism of Functioning\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cul>\n\u003Cli>\u003Cstrong>Multiple CSS Classes:\u003C\u002Fstrong> If multiple visibility control classes are added, ALL of them must meet the criterion to keep the element visible. If any one of them hides the element, it will be hidden. For example: visible_to_course_123 visible_to_course_124 will show the element only to those who have access to both courses.\u003C\u002Fli>\n\u003Cli>Hidden data\u002Felements reaches the browser. Though user’s do not see it.\u003C\u002Fli>\n\u003Cli>CSS is added to the page for all CSS elements that needs to be hidden based on above rules.\u003C\u002Fli>\n\u003Cli>After page is loaded. These elements are removed from page using jQuery (if available), so it won’t be available on Inspect.\u003C\u002Fli>\n\u003Cli>Elements rendered after the page load are hidden but not removed from DOM\u002Fpage.\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>\u003Cstrong>Future Development\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cp>Depending on the interest in this feature, we will decide on adding a shortcode and\u002For a Gutenberg Block to achieve this feature.\u003C\u002Fp>\n\u003Cp>\u003Cstrong>Other Visibility Control Plugins:\u003C\u002Fstrong>\u003Cbr \u002F>\n– \u003Ca href=\"https:\u002F\u002Fwww.nextsoftwaresolutions.com\u002Flearndash-visibility-control\u002F\" rel=\"nofollow ugc\">Visibility Control for LearnDash LMS\u003C\u002Fa>\u003Cbr \u002F>\n– \u003Ca href=\"https:\u002F\u002Fwww.nextsoftwaresolutions.com\u002Fvisibility-control-for-wp-courseware\u002F\" rel=\"nofollow ugc\">Visibility Control for WPCourseware LMS\u003C\u002Fa>\u003Cbr \u002F>\n– \u003Ca href=\"https:\u002F\u002Fwww.nextsoftwaresolutions.com\u002Fvisibility-control-for-learnpress\u002F\" rel=\"nofollow ugc\">Visibility Control for LearnPress LMS\u003C\u002Fa>\u003Cbr \u002F>\n– \u003Ca href=\"https:\u002F\u002Fwww.nextsoftwaresolutions.com\u002Fvisibility-control-for-tutorlms\u002F\" rel=\"nofollow ugc\">Visibility Control for TutorLMS\u003C\u002Fa>\u003Cbr \u002F>\n– \u003Ca href=\"https:\u002F\u002Fwww.nextsoftwaresolutions.com\u002Fvisibility-control-for-masterstudy\u002F\" rel=\"nofollow ugc\">Visibility Control for MasterStudy LMS\u003C\u002Fa>\u003Cbr \u002F>\n– \u003Ca href=\"https:\u002F\u002Fwww.nextsoftwaresolutions.com\u002Fvisibility-control-for-sensei\u002F\" rel=\"nofollow ugc\">Visibility Control for Sensei LMS\u003C\u002Fa>\u003Cbr \u002F>\n– \u003Ca href=\"https:\u002F\u002Fwww.nextsoftwaresolutions.com\u002Fwoocommerce-visibility-control\u002F\" rel=\"nofollow ugc\">Visibility Control for WooCommerce\u003C\u002Fa>\u003C\u002Fp>\n\u003Cp>\u003Cstrong>Related Plugins for LifterLMS:\u003C\u002Fstrong>\u003Cbr \u002F>\n– \u003Ca href=\"https:\u002F\u002Fwww.nextsoftwaresolutions.com\u002Fexperience-api-for-lifterlms\u002F\" rel=\"nofollow ugc\">Experience API for LifterLMS\u003C\u002Fa>\u003Cbr \u002F>\n– \u003Ca href=\"https:\u002F\u002Fwww.nextsoftwaresolutions.com\u002Fmanual-completions-for-lifterlms\u002F\" rel=\"nofollow ugc\">Manual Completions for LifterLMS\u003C\u002Fa>\u003C\u002Fp>\n","Visibility Control for Lifter LMS helps you hide messages and content for specific criterion anywhere on your WordPress page.",70,1318,0,"2025-09-11T07:41:00.000Z","6.8.5","4.0","5.6",[19,20,21,22,23],"elearning","hide","hide-content","lifter","lms","https:\u002F\u002Fwww.nextsoftwaresolutions.com\u002Flifterlms-visibility-control","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fvisibility-control-for-lifterlms.1.1.zip",100,null,"2026-03-15T15:16:48.613Z",[],{"slug":31,"display_name":7,"profile_url":8,"plugin_count":32,"total_installs":33,"avg_security_score":26,"avg_patch_time_days":34,"trust_score":35,"computed_at":36},"liveaspankaj",21,4690,30,94,"2026-04-03T21:32:18.194Z",[38,52,66,80,92],{"slug":39,"name":40,"version":41,"author":7,"author_profile":8,"description":42,"short_description":43,"active_installs":44,"downloaded":45,"rating":26,"num_ratings":46,"last_updated":47,"tested_up_to":15,"requires_at_least":16,"requires_php":17,"tags":48,"homepage":50,"download_link":51,"security_score":26,"vuln_count":13,"unpatched_count":13,"last_vuln_date":27,"fetched_at":28},"visibility-control-for-learndash","Visibility Control for LearnDash","1.7","\u003Cp>Visibility Control for \u003Ca href=\"https:\u002F\u002Fwww.nextsoftwaresolutions.com\u002Fr\u002Flearndash\u002Fwp_vcl_plugin_page\" rel=\"nofollow ugc\">LearnDash\u003C\u002Fa> helps you hide messages and content for specific criterion anywhere on your WordPress page.\u003C\u002Fp>\n\u003Cp>You can show\u002Fhide HTML elements, menus, and other details based on:\u003Cbr \u002F>\n1. User’s access to a particular, any or all \u003Cstrong>LearnDash Course\u003C\u002Fstrong>, Or\u003Cbr \u002F>\n2. User’s access to a particular, any or all \u003Cstrong>LearnDash Group\u003C\u002Fstrong>, Or\u003Cbr \u002F>\n3. User is \u003Cstrong>Logged In\u003C\u002Fstrong> or \u003Cstrong>Logged Out\u003C\u002Fstrong>.\u003Cbr \u002F>\n4. User’s role.\u003C\u002Fp>\n\u003Cp>You simply need to add a CSS class to your element div or span. As explained here:\u003C\u002Fp>\n\u003Cp>\u003Cstrong>Example:\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cp>Login\u002FLogout Status:\u003C\u002Fp>\n\u003Cul>\n\u003Cli>To show the element\u002Fmenu item to a logged-in user, add this CSS class: \u003Cstrong>visible_to_logged_in\u003C\u002Fstrong> OR  \u003Cstrong>hidden_to_logged_out\u003C\u002Fstrong>\u003C\u002Fli>\n\u003Cli>To hide the element\u002Fmenu item from a logged-in user, add this CSS class: \u003Cstrong>visible_to_logged_out\u003C\u002Fstrong> OR  \u003Cstrong>hidden_to_logged_in\u003C\u002Fstrong>\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>For user’s role:\u003Cbr \u002F>\n* To show the element\u002Fmenu item to a user will role administrator, add this CSS class: \u003Cstrong>visible_to_role_administrator\u003C\u002Fstrong> OR \u003Cstrong>hidden_to_role_administrator\u003C\u002Fstrong>\u003Cbr \u002F>\n* Note: To show an element to multiple specific roles only, you need add the element multiple times, one for each role. To hide an element\u002Fmenu from specific multiple roles only you can add the element once add multiple classes to the same element.\u003C\u002Fp>\n\u003Cp>For all the courses:\u003C\u002Fp>\n\u003Cul>\n\u003Cli>To show the element\u002Fmenu item to user with access to all the Courses, add this CSS class: \u003Cstrong>visible_to_course_all\u003C\u002Fstrong>\u003C\u002Fli>\n\u003Cli>To hide the element\u002Fmenu item from user with access to all the Courses, add this CSS class: \u003Cstrong>hidden_to_course_all\u003C\u002Fstrong>\u003C\u002Fli>\n\u003Cli>To show the element\u002Fmenu item to users not enrolled in any Course, add this CSS class: \u003Cstrong>visible_to_course_none\u003C\u002Fstrong>\u003C\u002Fli>\n\u003Cli>To hide the element\u002Fmenu item from users not enrolled in any Course, add this CSS class: \u003Cstrong>hidden_to_course_none\u003C\u002Fstrong>\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>For a specific course, if Course ID is 123:\u003C\u002Fp>\n\u003Cul>\n\u003Cli>To show the element\u002Fmenu item to user with access to above Course, add this CSS class: \u003Cstrong>visible_to_course_123\u003C\u002Fstrong>\u003C\u002Fli>\n\u003Cli>To hide the element\u002Fmenu item from user with access to above Course, add this CSS class: \u003Cstrong>hidden_to_course_123\u003C\u002Fstrong>\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>For users with access to at least one course:\u003Cbr \u002F>\n* Add this CSS class: \u003Cstrong>hidden_to_course_none\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cp>For a course completion status, if Course ID is 123:\u003C\u002Fp>\n\u003Cul>\n\u003Cli>To show the element\u002Fmenu item to user who completed above course, add this CSS class: \u003Cstrong>visible_to_course_complete_123\u003C\u002Fstrong>\u003C\u002Fli>\n\u003Cli>To hide the element\u002Fmenu item from user who completed above course, add this CSS class: \u003Cstrong>hidden_to_course_complete_123\u003C\u002Fstrong>\u003C\u002Fli>\n\u003Cli>To show the element\u002Fmenu item to user who has not completed above course, add this CSS class: \u003Cstrong>visible_to_course_incomplete_123\u003C\u002Fstrong>\u003C\u002Fli>\n\u003Cli>To hide the element\u002Fmenu item from user who has not completed above course, add this CSS class: \u003Cstrong>hidden_to_course_incomplete_123\u003C\u002Fstrong>\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>For all the groups:\u003C\u002Fp>\n\u003Cul>\n\u003Cli>To show the element\u002Fmenu item to user with access to all the groups, add this CSS class: \u003Cstrong>visible_to_group_all\u003C\u002Fstrong>\u003C\u002Fli>\n\u003Cli>To hide the element\u002Fmenu item from user with access to all the groups, add this CSS class: \u003Cstrong>hidden_to_group_all\u003C\u002Fstrong>\u003C\u002Fli>\n\u003Cli>To show the element\u002Fmenu item to users not enrolled in any group, add this CSS class: \u003Cstrong>visible_to_group_none\u003C\u002Fstrong>\u003C\u002Fli>\n\u003Cli>To hide the element\u002Fmenu item from users not enrolled in any group, add this CSS class: \u003Cstrong>hidden_to_group_none\u003C\u002Fstrong>\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>For a specific group, if Group ID is 123:\u003C\u002Fp>\n\u003Cul>\n\u003Cli>To show the element\u002Fmenu item to user with access to above Group, add this CSS class: \u003Cstrong>visible_to_group_123\u003C\u002Fstrong>\u003C\u002Fli>\n\u003Cli>To hide the element\u002Fmenu item from user with access to above Group, add this CSS class: \u003Cstrong>hidden_to_group_123\u003C\u002Fstrong>\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>For users with access to at least one group:\u003Cbr \u002F>\n* Add this CSS class: \u003Cstrong>hidden_to_group_none\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cp>\u003Cstrong>Mechanism of Functioning\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cul>\n\u003Cli>\u003Cstrong>Multiple CSS Classes:\u003C\u002Fstrong> If multiple visibility control classes are added, ALL of them must meet the criterion to keep the element visible. If any one of them hides the element, it will be hidden. For example: visible_to_group_123 visible_to_group_124 will show the element only to those who have access to both groups.\u003C\u002Fli>\n\u003Cli>Hidden data\u002Felements reaches the browser. Though user’s do not see it.\u003C\u002Fli>\n\u003Cli>CSS is added to the page for all CSS elements that needs to be hidden based on above rules.\u003C\u002Fli>\n\u003Cli>After page is loaded. These elements are removed from page using jQuery (if available), so it won’t be available even on Inspect.\u003C\u002Fli>\n\u003Cli>Elements rendered after the page load are hidden but not removed from DOM\u002Fpage.\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>\u003Cstrong>Future Development\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cp>Depending on the interest in this feature, we will decide on adding a shortcode and\u002For a Gutenberg Block to achieve this feature.\u003C\u002Fp>\n\u003Cp>\u003Cstrong>Other Visibility Control Plugins:\u003C\u002Fstrong>\u003Cbr \u002F>\n– \u003Ca href=\"https:\u002F\u002Fwww.nextsoftwaresolutions.com\u002Flearndash-visibility-control\u002F\" rel=\"nofollow ugc\">Visibility Control for LearnDash LMS\u003C\u002Fa>\u003Cbr \u002F>\n– \u003Ca href=\"https:\u002F\u002Fwww.nextsoftwaresolutions.com\u002Fvisibility-control-for-wp-courseware\u002F\" rel=\"nofollow ugc\">Visibility Control for WP Courseware LMS\u003C\u002Fa>\u003Cbr \u002F>\n– \u003Ca href=\"https:\u002F\u002Fwww.nextsoftwaresolutions.com\u002Fvisibility-control-for-learnpress\u002F\" rel=\"nofollow ugc\">Visibility Control for LearnPress LMS\u003C\u002Fa>\u003Cbr \u002F>\n– \u003Ca href=\"https:\u002F\u002Fwww.nextsoftwaresolutions.com\u002Fvisibility-controlfor-lifterlms\u002F\" rel=\"nofollow ugc\">Visibility Control for LifterLMS\u003C\u002Fa>\u003Cbr \u002F>\n– \u003Ca href=\"https:\u002F\u002Fwww.nextsoftwaresolutions.com\u002Fvisibility-control-for-tutorlms\u002F\" rel=\"nofollow ugc\">Visibility Control for TutorLMS\u003C\u002Fa>\u003Cbr \u002F>\n– \u003Ca href=\"https:\u002F\u002Fwww.nextsoftwaresolutions.com\u002Fvisibility-control-for-masterstudy\u002F\" rel=\"nofollow ugc\">Visibility Control for MasterStudyLMS\u003C\u002Fa>\u003Cbr \u002F>\n– \u003Ca href=\"https:\u002F\u002Fwww.nextsoftwaresolutions.com\u002Fvisibility-control-for-sensei\u002F\" rel=\"nofollow ugc\">Visibility Control for Sensei LMS\u003C\u002Fa>\u003Cbr \u002F>\n– \u003Ca href=\"https:\u002F\u002Fwww.nextsoftwaresolutions.com\u002Fwoocommerce-visibility-control\u002F\" rel=\"nofollow ugc\">Visibility Control for WooCommerce\u003C\u002Fa>\u003C\u002Fp>\n\u003Cp>\u003Cstrong>Related Plugins for LearnDash LMS:\u003C\u002Fstrong>\u003Cbr \u002F>\n* \u003Ca href=\"https:\u002F\u002Fwww.nextsoftwaresolutions.com\u002Fmanual-completions-for-learndash\u002F\" rel=\"nofollow ugc\">Manual Completions for LearnDash LMS\u003C\u002Fa>\u003Cbr \u002F>\n* \u003Ca href=\"https:\u002F\u002Fwww.nextsoftwaresolutions.com\u002Fmanage-enrollment-for-learndash\u002F\" rel=\"nofollow ugc\">Manage Enrollment for LearnDash LMS\u003C\u002Fa>\u003Cbr \u002F>\n* \u003Ca href=\"https:\u002F\u002Fwww.nextsoftwaresolutions.com\u002Fautocomplete-learndash-lessons-and-topics\u002F\" rel=\"nofollow ugc\">Autocomplete LearnDash Lessons and Topics\u003C\u002Fa>\u003C\u002Fp>\n\u003Cp>It is pretty similar to this plugin and having same features, it allows controlling the visibility of HTML elements based user’s purchase of a particular WooCommerce Product or Variation.\u003C\u002Fp>\n","Visibility Control for LearnDash helps you hide messages and content for specific criterion anywhere on your WordPress page.",1000,14109,9,"2025-09-11T07:23:00.000Z",[19,20,21,49,23],"learndash","https:\u002F\u002Fwww.nextsoftwaresolutions.com\u002Flearndash-visibility-control","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fvisibility-control-for-learndash.zip",{"slug":53,"name":54,"version":55,"author":7,"author_profile":8,"description":56,"short_description":57,"active_installs":58,"downloaded":59,"rating":26,"num_ratings":60,"last_updated":61,"tested_up_to":15,"requires_at_least":16,"requires_php":17,"tags":62,"homepage":64,"download_link":65,"security_score":26,"vuln_count":13,"unpatched_count":13,"last_vuln_date":27,"fetched_at":28},"visibility-control-for-learnpress","Visibility Control for LearnPress","1.8","\u003Cp>Visibility Control for \u003Ca href=\"https:\u002F\u002Fwww.nextsoftwaresolutions.com\u002Fr\u002Flearnpress\u002Fwp_vclp_info_page\" rel=\"nofollow ugc\">LearnPress\u003C\u002Fa> helps you hide messages and content for specific criterion anywhere on your WordPress page.\u003C\u002Fp>\n\u003Cp>You can show\u002Fhide HTML elements, menus, and other details based on:\u003Cbr \u002F>\n1. User’s access to a particular \u003Cstrong>LearnPress Course\u003C\u002Fstrong>, Or\u003Cbr \u002F>\n2. User is \u003Cstrong>Logged In\u003C\u002Fstrong> or \u003Cstrong>Logged Out\u003C\u002Fstrong>.\u003Cbr \u002F>\n3. User’s role.\u003C\u002Fp>\n\u003Cp>You simply need to add a CSS class to your element div or span. As explained here:\u003C\u002Fp>\n\u003Cp>\u003Cstrong>Example:\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cp>Login\u002FLogout Status:\u003C\u002Fp>\n\u003Cul>\n\u003Cli>To show the element\u002Fmenu item to a logged-in user, add this CSS class: \u003Cstrong>visible_to_logged_in\u003C\u002Fstrong> OR  \u003Cstrong>hidden_to_logged_out\u003C\u002Fstrong>\u003C\u002Fli>\n\u003Cli>To hide the element\u002Fmenu item from a logged-in user, add this CSS class: \u003Cstrong>visible_to_logged_out\u003C\u002Fstrong> OR  \u003Cstrong>hidden_to_logged_in\u003C\u002Fstrong>\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>For user’s role:\u003Cbr \u002F>\n* To show the element\u002Fmenu item to a user will role administrator, add this CSS class: \u003Cstrong>visible_to_role_administrator\u003C\u002Fstrong> OR \u003Cstrong>hidden_to_role_administrator\u003C\u002Fstrong>\u003Cbr \u002F>\n* Note: To show an element to multiple specific roles only, you need add the element multiple times, one for each role. To hide an element\u002Fmenu from specific multiple roles only you can add the element once add multiple classes to the same element.\u003C\u002Fp>\n\u003Cp>If Course ID is 123\u003C\u002Fp>\n\u003Cul>\n\u003Cli>To show the element\u002Fmenu item to user with access to above Course, add this CSS class: \u003Cstrong>visible_to_course_123\u003C\u002Fstrong>\u003C\u002Fli>\n\u003Cli>To hide the element\u002Fmenu item from user with access to above Course, add this CSS class: \u003Cstrong>hidden_to_course_123\u003C\u002Fstrong>\u003C\u002Fli>\n\u003Cli>To show the element\u002Fmenu item to a logged-in user, add this CSS class: \u003Cstrong>visible_to_logged_in\u003C\u002Fstrong> OR  \u003Cstrong>hidden_to_logged_out\u003C\u002Fstrong>\u003C\u002Fli>\n\u003Cli>To hide the element\u002Fmenu item from a logged-in user, add this CSS class: \u003Cstrong>visible_to_logged_out\u003C\u002Fstrong> OR  \u003Cstrong>hidden_to_logged_in\u003C\u002Fstrong>\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>For a course completion status, if Course ID is 123:\u003C\u002Fp>\n\u003Cul>\n\u003Cli>To show the element\u002Fmenu item to user who completed above course, add this CSS class: \u003Cstrong>visible_to_course_complete_123\u003C\u002Fstrong>\u003C\u002Fli>\n\u003Cli>To hide the element\u002Fmenu item from user who completed above course, add this CSS class: \u003Cstrong>hidden_to_course_complete_123\u003C\u002Fstrong>\u003C\u002Fli>\n\u003Cli>To show the element\u002Fmenu item to user who has not completed above course, add this CSS class: \u003Cstrong>visible_to_course_incomplete_123\u003C\u002Fstrong>\u003C\u002Fli>\n\u003Cli>To hide the element\u002Fmenu item from user who has not completed above course, add this CSS class: \u003Cstrong>hidden_to_course_incomplete_123\u003C\u002Fstrong>\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>\u003Cstrong>Mechanism of Functioning\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cul>\n\u003Cli>\u003Cstrong>Multiple CSS Classes:\u003C\u002Fstrong> If multiple visibility control classes are added, ALL of them must meet the criterion to keep the element visible. If any one of them hides the element, it will be hidden. For example: visible_to_course_123 visible_to_course_124 will show the element only to those who have access to both courses.\u003C\u002Fli>\n\u003Cli>Hidden data\u002Felements reaches the browser. Though user’s do not see it.\u003C\u002Fli>\n\u003Cli>CSS is added to the page for all CSS elements that needs to be hidden based on above rules.\u003C\u002Fli>\n\u003Cli>After page is loaded. These elements are removed from page using jQuery (if available), so it won’t be available on Inspect.\u003C\u002Fli>\n\u003Cli>Elements rendered after the page load are hidden but not removed from DOM\u002Fpage.\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>\u003Cstrong>Future Development\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cp>Depending on the interest in this feature, we will decide on adding a shortcode and\u002For a Gutenberg Block to achieve this feature.\u003C\u002Fp>\n\u003Cp>\u003Cstrong>Other Visibility Control Plugins:\u003C\u002Fstrong>\u003Cbr \u002F>\n– \u003Ca href=\"https:\u002F\u002Fwww.nextsoftwaresolutions.com\u002Flearndash-visibility-control\u002F\" rel=\"nofollow ugc\">Visibility Control for LearnDash LMS\u003C\u002Fa>\u003Cbr \u002F>\n– \u003Ca href=\"https:\u002F\u002Fwww.nextsoftwaresolutions.com\u002Fvisibility-control-for-wp-courseware\u002F\" rel=\"nofollow ugc\">Visibility Control for WP Courseware LMS\u003C\u002Fa>\u003Cbr \u002F>\n– \u003Ca href=\"https:\u002F\u002Fwww.nextsoftwaresolutions.com\u002Fvisibility-controlfor-lifterlms\u002F\" rel=\"nofollow ugc\">Visibility Control for LifterLMS\u003C\u002Fa>\u003Cbr \u002F>\n– \u003Ca href=\"https:\u002F\u002Fwww.nextsoftwaresolutions.com\u002Fvisibility-control-for-tutorlms\u002F\" rel=\"nofollow ugc\">Visibility Control for TutorLMS\u003C\u002Fa>\u003Cbr \u002F>\n– \u003Ca href=\"https:\u002F\u002Fwww.nextsoftwaresolutions.com\u002Fvisibility-control-for-masterstudy\u002F\" rel=\"nofollow ugc\">Visibility Control for MasterStudyLMS\u003C\u002Fa>\u003Cbr \u002F>\n– \u003Ca href=\"https:\u002F\u002Fwww.nextsoftwaresolutions.com\u002Fvisibility-control-for-sensei\u002F\" rel=\"nofollow ugc\">Visibility Control for Sensei LMS\u003C\u002Fa>\u003Cbr \u002F>\n– \u003Ca href=\"https:\u002F\u002Fwww.nextsoftwaresolutions.com\u002Fwoocommerce-visibility-control\u002F\" rel=\"nofollow ugc\">Visibility Control for WooCommerce\u003C\u002Fa>\u003C\u002Fp>\n\u003Cp>\u003Cstrong>Related Plugins for LearnPress:\u003C\u002Fstrong>\u003Cbr \u002F>\n– \u003Ca href=\"https:\u002F\u002Fwww.nextsoftwaresolutions.com\u002Fexperience-api-for-learnpress\u002F\" rel=\"nofollow ugc\">Experience API for LearnPress LMS\u003C\u002Fa>\u003Cbr \u002F>\n– \u003Ca href=\"https:\u002F\u002Fwww.nextsoftwaresolutions.com\u002Fmanual-completions-for-learnpress\u002F\" rel=\"nofollow ugc\">Manual Completions for LearnPress LMS\u003C\u002Fa>\u003C\u002Fp>\n","Visibility Control for LearnPress helps you hide messages and content for specific criterion anywhere on your WordPress page.",800,16378,1,"2025-09-11T07:24:00.000Z",[19,20,21,63,23],"learnpress","https:\u002F\u002Fwww.nextsoftwaresolutions.com\u002Flearnpress-visibility-control","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fvisibility-control-for-learnpress.zip",{"slug":67,"name":68,"version":6,"author":7,"author_profile":8,"description":69,"short_description":70,"active_installs":26,"downloaded":71,"rating":26,"num_ratings":60,"last_updated":72,"tested_up_to":73,"requires_at_least":16,"requires_php":17,"tags":74,"homepage":77,"download_link":78,"security_score":79,"vuln_count":13,"unpatched_count":13,"last_vuln_date":27,"fetched_at":28},"visibility-control-for-tutorlms","Visibility Control for TutorLMS","\u003Cp>Visibility Control for TutorLMS helps you hide messages and content for specific criterion anywhere on your WordPress page.\u003C\u002Fp>\n\u003Cp>You can show\u002Fhide HTML elements, menus, and other details based on:\u003Cbr \u002F>\n1. User’s access to a particular \u003Cstrong>Tutor LMS Course\u003C\u002Fstrong>,\u003Cbr \u002F>\n2. User’s course completion status of a particular \u003Cstrong>Tutor LMS Course\u003C\u002Fstrong>, Or\u003Cbr \u002F>\n3. User is \u003Cstrong>Logged In\u003C\u002Fstrong> or \u003Cstrong>Logged Out\u003C\u002Fstrong>.\u003Cbr \u002F>\n4. User’s role.\u003C\u002Fp>\n\u003Cp>You simply need to add a CSS class to your element div or span. As explained here:\u003C\u002Fp>\n\u003Cp>\u003Cstrong>Example:\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cp>Login\u002FLogout Status:\u003C\u002Fp>\n\u003Cul>\n\u003Cli>To show the element\u002Fmenu item to a logged-in user, add this CSS class: \u003Cstrong>visible_to_logged_in\u003C\u002Fstrong> OR  \u003Cstrong>hidden_to_logged_out\u003C\u002Fstrong>\u003C\u002Fli>\n\u003Cli>To hide the element\u002Fmenu item from a logged-in user, add this CSS class: \u003Cstrong>visible_to_logged_out\u003C\u002Fstrong> OR  \u003Cstrong>hidden_to_logged_in\u003C\u002Fstrong>\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>For user’s role:\u003Cbr \u002F>\n* To show the element\u002Fmenu item to a user will role administrator, add this CSS class: \u003Cstrong>visible_to_role_administrator\u003C\u002Fstrong> OR \u003Cstrong>hidden_to_role_administrator\u003C\u002Fstrong>\u003Cbr \u002F>\n* Note: To show an element to multiple specific roles only, you need add the element multiple times, one for each role. To hide an element\u002Fmenu from specific multiple roles only you can add the element once add multiple classes to the same element.\u003C\u002Fp>\n\u003Cp>If Course ID is 123\u003C\u002Fp>\n\u003Cul>\n\u003Cli>To show the element\u002Fmenu item to user with access to above Course, add this CSS class: \u003Cstrong>visible_to_course_123\u003C\u002Fstrong>\u003C\u002Fli>\n\u003Cli>To hide the element\u002Fmenu item from user with access to above Course, add this CSS class: \u003Cstrong>hidden_to_course_123\u003C\u002Fstrong>\u003C\u002Fli>\n\u003Cli>To show the element\u002Fmenu item to a logged-in user, add this CSS class: \u003Cstrong>visible_to_logged_in\u003C\u002Fstrong> OR  \u003Cstrong>hidden_to_logged_out\u003C\u002Fstrong>\u003C\u002Fli>\n\u003Cli>To hide the element\u002Fmenu item from a logged-in user, add this CSS class: \u003Cstrong>visible_to_logged_out\u003C\u002Fstrong> OR  \u003Cstrong>hidden_to_logged_in\u003C\u002Fstrong>\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>For a course completion status, if Course ID is 123:\u003C\u002Fp>\n\u003Cul>\n\u003Cli>To show the element\u002Fmenu item to user who completed above course, add this CSS class: \u003Cstrong>visible_to_course_complete_123\u003C\u002Fstrong>\u003C\u002Fli>\n\u003Cli>To hide the element\u002Fmenu item from user who completed above course, add this CSS class: \u003Cstrong>hidden_to_course_complete_123\u003C\u002Fstrong>\u003C\u002Fli>\n\u003Cli>To show the element\u002Fmenu item to user who has not completed above course, add this CSS class: \u003Cstrong>visible_to_course_incomplete_123\u003C\u002Fstrong>\u003C\u002Fli>\n\u003Cli>To hide the element\u002Fmenu item from user who has not completed above course, add this CSS class: \u003Cstrong>hidden_to_course_incomplete_123\u003C\u002Fstrong>\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>\u003Cstrong>Mechanism of Functioning\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cul>\n\u003Cli>\u003Cstrong>Multiple CSS Classes:\u003C\u002Fstrong> If multiple visibility control classes are added, ALL of them must meet the criterion to keep the element visible. If any one of them hides the element, it will be hidden. For example: visible_to_course_123 visible_to_course_124 will show the element only to those who have access to both courses.\u003C\u002Fli>\n\u003Cli>Hidden data\u002Felements reaches the browser. Though user’s do not see it.\u003C\u002Fli>\n\u003Cli>CSS is added to the page for all CSS elements that needs to be hidden based on above rules.\u003C\u002Fli>\n\u003Cli>After page is loaded. These elements are removed from page using jQuery (if available), so it won’t be available on Inspect.\u003C\u002Fli>\n\u003Cli>Elements rendered after the page load are hidden but not removed from DOM\u002Fpage.\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>\u003Cstrong>Future Development\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cp>Depending on the interest in this feature, we will decide on adding a shortcode and\u002For a Gutenberg Block to achieve this feature.\u003C\u002Fp>\n\u003Cp>\u003Cstrong>Other Visibility Control Plugins:\u003C\u002Fstrong>\u003Cbr \u002F>\n– \u003Ca href=\"https:\u002F\u002Fwww.nextsoftwaresolutions.com\u002Flearndash-visibility-control\u002F\" rel=\"nofollow ugc\">Visibility Control for LearnDash LMS\u003C\u002Fa>\u003Cbr \u002F>\n– \u003Ca href=\"https:\u002F\u002Fwww.nextsoftwaresolutions.com\u002Fvisibility-control-for-wp-courseware\u002F\" rel=\"nofollow ugc\">Visibility Control for WP Courseware LMS\u003C\u002Fa>\u003Cbr \u002F>\n– \u003Ca href=\"https:\u002F\u002Fwww.nextsoftwaresolutions.com\u002Fvisibility-control-for-learnpress\u002F\" rel=\"nofollow ugc\">Visibility Control for LearnPress LMS\u003C\u002Fa>\u003Cbr \u002F>\n– \u003Ca href=\"https:\u002F\u002Fwww.nextsoftwaresolutions.com\u002Fvisibility-controlfor-lifterlms\u002F\" rel=\"nofollow ugc\">Visibility Control for LifterLMS\u003C\u002Fa>\u003Cbr \u002F>\n– \u003Ca href=\"https:\u002F\u002Fwww.nextsoftwaresolutions.com\u002Fvisibility-control-for-masterstudy\u002F\" rel=\"nofollow ugc\">Visibility Control for MasterStudyLMS\u003C\u002Fa>\u003Cbr \u002F>\n– \u003Ca href=\"https:\u002F\u002Fwww.nextsoftwaresolutions.com\u002Fvisibility-control-for-sensei\u002F\" rel=\"nofollow ugc\">Visibility Control for Sensei LMS\u003C\u002Fa>\u003Cbr \u002F>\n– \u003Ca href=\"https:\u002F\u002Fwww.nextsoftwaresolutions.com\u002Fwoocommerce-visibility-control\u002F\" rel=\"nofollow ugc\">Visibility Control for WooCommerce\u003C\u002Fa>\u003C\u002Fp>\n\u003Cp>\u003Cstrong>Related Plugins for TutorLMS:\u003C\u002Fstrong>\u003Cbr \u002F>\n* \u003Ca href=\"https:\u002F\u002Fwww.nextsoftwaresolutions.com\u002Fexperience-api-for-tutorlms\u002F\" rel=\"nofollow ugc\">Experience API for TutorLMS\u003C\u002Fa>\u003Cbr \u002F>\n* \u003Ca href=\"https:\u002F\u002Fwww.nextsoftwaresolutions.com\u002Fmanual-completions-for-tutorlms\u002F\" rel=\"nofollow ugc\">Manual Completions for TutorLMS\u003C\u002Fa>\u003C\u002Fp>\n","Visibility Control for Tutor LMS helps you hide messages and content for specific criterion anywhere on your WordPress page.",2412,"2024-05-25T13:03:00.000Z","6.5.8",[19,21,75,23,76],"hide-message","tutor","https:\u002F\u002Fwww.nextsoftwaresolutions.com\u002Fvisibility-control-for-tutorlms\u002F","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fvisibility-control-for-tutorlms.1.1.zip",92,{"slug":81,"name":82,"version":83,"author":7,"author_profile":8,"description":84,"short_description":85,"active_installs":86,"downloaded":87,"rating":13,"num_ratings":13,"last_updated":61,"tested_up_to":15,"requires_at_least":16,"requires_php":17,"tags":88,"homepage":90,"download_link":91,"security_score":26,"vuln_count":13,"unpatched_count":13,"last_vuln_date":27,"fetched_at":28},"visibility-control-for-masterstudy","Visibility Control for MasterStudy","1.0","\u003Cp>Visibility Control for MasterStudy helps you hide messages and content for specific criterion anywhere on your WordPress page.\u003C\u002Fp>\n\u003Cp>You can show\u002Fhide HTML elements, menus, and other details based on:\u003Cbr \u002F>\n1. User’s access to a particular \u003Cstrong>MasterStudy LMS Course\u003C\u002Fstrong>,\u003Cbr \u002F>\n2. User’s course completion status of a particular \u003Cstrong>MasterStudy LMS Course\u003C\u002Fstrong>, Or\u003Cbr \u002F>\n3. User is \u003Cstrong>Logged In\u003C\u002Fstrong> or \u003Cstrong>Logged Out\u003C\u002Fstrong>.\u003Cbr \u002F>\n4. User’s role.\u003C\u002Fp>\n\u003Cp>You simply need to add a CSS class to your element div or span. As explained here:\u003C\u002Fp>\n\u003Cp>\u003Cstrong>Example:\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cp>Login\u002FLogout Status:\u003C\u002Fp>\n\u003Cul>\n\u003Cli>To show the element\u002Fmenu item to a logged-in user, add this CSS class: \u003Cstrong>visible_to_logged_in\u003C\u002Fstrong> OR  \u003Cstrong>hidden_to_logged_out\u003C\u002Fstrong>\u003C\u002Fli>\n\u003Cli>To hide the element\u002Fmenu item from a logged-in user, add this CSS class: \u003Cstrong>visible_to_logged_out\u003C\u002Fstrong> OR  \u003Cstrong>hidden_to_logged_in\u003C\u002Fstrong>\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>For user’s role:\u003Cbr \u002F>\n* To show the element\u002Fmenu item to a user will role administrator, add this CSS class: \u003Cstrong>visible_to_role_administrator\u003C\u002Fstrong> OR \u003Cstrong>hidden_to_role_administrator\u003C\u002Fstrong>\u003Cbr \u002F>\n* Note: To show an element to multiple specific roles only, you need add the element multiple times, one for each role. To hide an element\u002Fmenu from specific multiple roles only you can add the element once add multiple classes to the same element.\u003C\u002Fp>\n\u003Cp>If Course ID is 123\u003C\u002Fp>\n\u003Cul>\n\u003Cli>To show the element\u002Fmenu item to user with access to above Course, add this CSS class: \u003Cstrong>visible_to_course_123\u003C\u002Fstrong>\u003C\u002Fli>\n\u003Cli>To hide the element\u002Fmenu item from user with access to above Course, add this CSS class: \u003Cstrong>hidden_to_course_123\u003C\u002Fstrong>\u003C\u002Fli>\n\u003Cli>To show the element\u002Fmenu item to a logged-in user, add this CSS class: \u003Cstrong>visible_to_logged_in\u003C\u002Fstrong> OR  \u003Cstrong>hidden_to_logged_out\u003C\u002Fstrong>\u003C\u002Fli>\n\u003Cli>To hide the element\u002Fmenu item from a logged-in user, add this CSS class: \u003Cstrong>visible_to_logged_out\u003C\u002Fstrong> OR  \u003Cstrong>hidden_to_logged_in\u003C\u002Fstrong>\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>For a course completion status, if Course ID is 123:\u003C\u002Fp>\n\u003Cul>\n\u003Cli>To show the element\u002Fmenu item to user who completed above course, add this CSS class: \u003Cstrong>visible_to_course_complete_123\u003C\u002Fstrong>\u003C\u002Fli>\n\u003Cli>To hide the element\u002Fmenu item from user who completed above course, add this CSS class: \u003Cstrong>hidden_to_course_complete_123\u003C\u002Fstrong>\u003C\u002Fli>\n\u003Cli>To show the element\u002Fmenu item to user who has not completed above course, add this CSS class: \u003Cstrong>visible_to_course_incomplete_123\u003C\u002Fstrong>\u003C\u002Fli>\n\u003Cli>To hide the element\u002Fmenu item from user who has not completed above course, add this CSS class: \u003Cstrong>hidden_to_course_incomplete_123\u003C\u002Fstrong>\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>\u003Cstrong>Mechanism of Functioning\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cul>\n\u003Cli>\u003Cstrong>Multiple CSS Classes:\u003C\u002Fstrong> If multiple visibility control classes are added, ALL of them must meet the criterion to keep the element visible. If any one of them hides the element, it will be hidden. For example: visible_to_course_123 visible_to_course_124 will show the element only to those who have access to both courses.\u003C\u002Fli>\n\u003Cli>Hidden data\u002Felements reaches the browser. Though user’s do not see it.\u003C\u002Fli>\n\u003Cli>CSS is added to the page for all CSS elements that needs to be hidden based on above rules.\u003C\u002Fli>\n\u003Cli>After page is loaded. These elements are removed from page using jQuery (if available), so it won’t be available on Inspect.\u003C\u002Fli>\n\u003Cli>Elements rendered after the page load are hidden but not removed from DOM\u002Fpage.\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>\u003Cstrong>Future Development\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cp>Depending on the interest in this feature, we will decide on adding a shortcode and\u002For a Gutenberg Block to achieve this feature.\u003C\u002Fp>\n\u003Cp>\u003Cstrong>Other Visibility Control Plugins:\u003C\u002Fstrong>\u003Cbr \u002F>\n– \u003Ca href=\"https:\u002F\u002Fwww.nextsoftwaresolutions.com\u002Flearndash-visibility-control\u002F\" rel=\"nofollow ugc\">Visibility Control for LearnDash LMS\u003C\u002Fa>\u003Cbr \u002F>\n– \u003Ca href=\"https:\u002F\u002Fwww.nextsoftwaresolutions.com\u002Fvisibility-control-for-wp-courseware\u002F\" rel=\"nofollow ugc\">Visibility Control for WP Courseware LMS\u003C\u002Fa>\u003Cbr \u002F>\n– \u003Ca href=\"https:\u002F\u002Fwww.nextsoftwaresolutions.com\u002Fvisibility-control-for-learnpress\u002F\" rel=\"nofollow ugc\">Visibility Control for LearnPress LMS\u003C\u002Fa>\u003Cbr \u002F>\n– \u003Ca href=\"https:\u002F\u002Fwww.nextsoftwaresolutions.com\u002Fvisibility-controlfor-lifterlms\u002F\" rel=\"nofollow ugc\">Visibility Control for LifterLMS\u003C\u002Fa>\u003Cbr \u002F>\n– \u003Ca href=\"https:\u002F\u002Fwww.nextsoftwaresolutions.com\u002Fvisibility-control-for-tutorlms\u002F\" rel=\"nofollow ugc\">Visibility Control for TutorLMS\u003C\u002Fa>\u003Cbr \u002F>\n– \u003Ca href=\"https:\u002F\u002Fwww.nextsoftwaresolutions.com\u002Fvisibility-control-for-sensei\u002F\" rel=\"nofollow ugc\">Visibility Control for Sensei LMS\u003C\u002Fa>\u003Cbr \u002F>\n– \u003Ca href=\"https:\u002F\u002Fwww.nextsoftwaresolutions.com\u002Fwoocommerce-visibility-control\u002F\" rel=\"nofollow ugc\">Visibility Control for WooCommerce\u003C\u002Fa>\u003C\u002Fp>\n\u003Cp>\u003Cstrong>Related Plugins for MasterStudy LMS:\u003C\u002Fstrong>\u003Cbr \u002F>\n– \u003Ca href=\"https:\u002F\u002Fwww.nextsoftwaresolutions.com\u002Fexperience-api-for-masterstudy-lms\u002F\" rel=\"nofollow ugc\">Experience API for MasterStudy LMS\u003C\u002Fa>\u003C\u002Fp>\n","Visibility Control for MasterStudy LMS helps you hide messages and content for specific criterion anywhere on your WordPress page.",40,1563,[19,21,75,23,89],"masterstudy","https:\u002F\u002Fwww.nextsoftwaresolutions.com\u002Fvisibility-control-for-masterstudy\u002F","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fvisibility-control-for-masterstudy.1.0.zip",{"slug":93,"name":94,"version":83,"author":7,"author_profile":8,"description":95,"short_description":96,"active_installs":97,"downloaded":98,"rating":13,"num_ratings":13,"last_updated":99,"tested_up_to":15,"requires_at_least":16,"requires_php":17,"tags":100,"homepage":102,"download_link":103,"security_score":26,"vuln_count":13,"unpatched_count":13,"last_vuln_date":27,"fetched_at":28},"visibility-control-for-sensei","Visibility Control for Sensei LMS","\u003Cp>Visibility Control for Sensei helps you hide messages and content for specific criterion anywhere on your WordPress page.\u003C\u002Fp>\n\u003Cp>You can show\u002Fhide HTML elements, menus, and other details based on:\u003Cbr \u002F>\n1. User’s access to a particular \u003Cstrong>Sensei LMS Course\u003C\u002Fstrong>,\u003Cbr \u002F>\n2. User’s course completion status of a particular \u003Cstrong>Sensei LMS Course\u003C\u002Fstrong>, Or\u003Cbr \u002F>\n3. User is \u003Cstrong>Logged In\u003C\u002Fstrong> or \u003Cstrong>Logged Out\u003C\u002Fstrong>.\u003Cbr \u002F>\n4. User’s role.\u003C\u002Fp>\n\u003Cp>You simply need to add a CSS class to your element div or span. As explained here:\u003C\u002Fp>\n\u003Cp>\u003Cstrong>Example:\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cp>Login\u002FLogout Status:\u003C\u002Fp>\n\u003Cul>\n\u003Cli>To show the element\u002Fmenu item to a logged-in user, add this CSS class: \u003Cstrong>visible_to_logged_in\u003C\u002Fstrong> OR  \u003Cstrong>hidden_to_logged_out\u003C\u002Fstrong>\u003C\u002Fli>\n\u003Cli>To hide the element\u002Fmenu item from a logged-in user, add this CSS class: \u003Cstrong>visible_to_logged_out\u003C\u002Fstrong> OR  \u003Cstrong>hidden_to_logged_in\u003C\u002Fstrong>\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>For user’s role:\u003Cbr \u002F>\n* To show the element\u002Fmenu item to a user will role administrator, add this CSS class: \u003Cstrong>visible_to_role_administrator\u003C\u002Fstrong> OR \u003Cstrong>hidden_to_role_administrator\u003C\u002Fstrong>\u003Cbr \u002F>\n* Note: To show an element to multiple specific roles only, you need add the element multiple times, one for each role. To hide an element\u002Fmenu from specific multiple roles only you can add the element once add multiple classes to the same element.\u003C\u002Fp>\n\u003Cp>If Course ID is 123\u003C\u002Fp>\n\u003Cul>\n\u003Cli>To show the element\u002Fmenu item to user with access to above Course, add this CSS class: \u003Cstrong>visible_to_course_123\u003C\u002Fstrong>\u003C\u002Fli>\n\u003Cli>To hide the element\u002Fmenu item from user with access to above Course, add this CSS class: \u003Cstrong>hidden_to_course_123\u003C\u002Fstrong>\u003C\u002Fli>\n\u003Cli>To show the element\u002Fmenu item to a logged-in user, add this CSS class: \u003Cstrong>visible_to_logged_in\u003C\u002Fstrong> OR  \u003Cstrong>hidden_to_logged_out\u003C\u002Fstrong>\u003C\u002Fli>\n\u003Cli>To hide the element\u002Fmenu item from a logged-in user, add this CSS class: \u003Cstrong>visible_to_logged_out\u003C\u002Fstrong> OR  \u003Cstrong>hidden_to_logged_in\u003C\u002Fstrong>\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>For a course completion status, if Course ID is 123:\u003C\u002Fp>\n\u003Cul>\n\u003Cli>To show the element\u002Fmenu item to user who completed above course, add this CSS class: \u003Cstrong>visible_to_course_complete_123\u003C\u002Fstrong>\u003C\u002Fli>\n\u003Cli>To hide the element\u002Fmenu item from user who completed above course, add this CSS class: \u003Cstrong>hidden_to_course_complete_123\u003C\u002Fstrong>\u003C\u002Fli>\n\u003Cli>To show the element\u002Fmenu item to user who has not completed above course, add this CSS class: \u003Cstrong>visible_to_course_incomplete_123\u003C\u002Fstrong>\u003C\u002Fli>\n\u003Cli>To hide the element\u002Fmenu item from user who has not completed above course, add this CSS class: \u003Cstrong>hidden_to_course_incomplete_123\u003C\u002Fstrong>\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>\u003Cstrong>Mechanism of Functioning\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cul>\n\u003Cli>\u003Cstrong>Multiple CSS Classes:\u003C\u002Fstrong> If multiple visibility control classes are added, ALL of them must meet the criterion to keep the element visible. If any one of them hides the element, it will be hidden. For example: visible_to_course_123 visible_to_course_124 will show the element only to those who have access to both courses.\u003C\u002Fli>\n\u003Cli>Hidden data\u002Felements reaches the browser. Though user’s do not see it.\u003C\u002Fli>\n\u003Cli>CSS is added to the page for all CSS elements that needs to be hidden based on above rules.\u003C\u002Fli>\n\u003Cli>After page is loaded. These elements are removed from page using jQuery (if available), so it won’t be available on Inspect.\u003C\u002Fli>\n\u003Cli>Elements rendered after the page load are hidden but not removed from DOM\u002Fpage.\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>\u003Cstrong>Future Development\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cp>Depending on the interest in this feature, we will decide on adding a shortcode and\u002For a Gutenberg Block to achieve this feature.\u003C\u002Fp>\n\u003Cp>\u003Cstrong>Other Visibility Control Plugins:\u003C\u002Fstrong>\u003Cbr \u002F>\n– \u003Ca href=\"https:\u002F\u002Fwww.nextsoftwaresolutions.com\u002Flearndash-visibility-control\u002F\" rel=\"nofollow ugc\">Visibility Control for LearnDash LMS\u003C\u002Fa>\u003Cbr \u002F>\n– \u003Ca href=\"https:\u002F\u002Fwww.nextsoftwaresolutions.com\u002Fvisibility-control-for-wp-courseware\u002F\" rel=\"nofollow ugc\">Visibility Control for WPCourseware LMS\u003C\u002Fa>\u003Cbr \u002F>\n– \u003Ca href=\"https:\u002F\u002Fwww.nextsoftwaresolutions.com\u002Fvisibility-control-for-learnpress\u002F\" rel=\"nofollow ugc\">Visibility Control for LearnPress LMS\u003C\u002Fa>\u003Cbr \u002F>\n– \u003Ca href=\"https:\u002F\u002Fwww.nextsoftwaresolutions.com\u002Fvisibility-controlfor-lifterlms\u002F\" rel=\"nofollow ugc\">Visibility Control for LifterLMS\u003C\u002Fa>\u003Cbr \u002F>\n– \u003Ca href=\"https:\u002F\u002Fwww.nextsoftwaresolutions.com\u002Fvisibility-control-for-tutorlms\u002F\" rel=\"nofollow ugc\">Visibility Control for TutorLMS\u003C\u002Fa>\u003Cbr \u002F>\n– \u003Ca href=\"https:\u002F\u002Fwww.nextsoftwaresolutions.com\u002Fvisibility-control-for-sensei\u002F\" rel=\"nofollow ugc\">Visibility Control for Sensei LMS\u003C\u002Fa>\u003Cbr \u002F>\n– \u003Ca href=\"https:\u002F\u002Fwww.nextsoftwaresolutions.com\u002Fwoocommerce-visibility-control\u002F\" rel=\"nofollow ugc\">Visibility Control for WooCommerce\u003C\u002Fa>\u003C\u002Fp>\n\u003Cp>\u003Cstrong>Related Plugins for Sensei LMS:\u003C\u002Fstrong>\u003Cbr \u002F>\n– \u003Ca href=\"https:\u002F\u002Fwww.nextsoftwaresolutions.com\u002Fexperience-api-for-sensei-lms\u002F\" rel=\"nofollow ugc\">Experience API for Sensei LMS\u003C\u002Fa>\u003C\u002Fp>\n","Visibility Control for Sensei LMS helps you hide messages and content for specific criterion anywhere on your WordPress page.",20,1004,"2025-09-11T07:42:00.000Z",[19,21,75,23,101],"sensei","https:\u002F\u002Fwww.nextsoftwaresolutions.com\u002Fvisibility-control-for-sensei\u002F","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fvisibility-control-for-sensei.1.0.zip",{"attackSurface":105,"codeSignals":122,"taintFlows":136,"riskAssessment":176,"analyzedAt":182},{"hooks":106,"ajaxHandlers":118,"restRoutes":119,"shortcodes":120,"cronEvents":121,"entryPointCount":13,"unprotectedCount":13},[107,113],{"type":108,"name":109,"callback":110,"file":111,"line":112},"action","wp_head","add_css","visibility_control_for_lifterlms.php",13,{"type":108,"name":114,"callback":115,"priority":116,"file":111,"line":117},"admin_menu","menu",10,14,[],[],[],[],{"dangerousFunctions":123,"sqlUsage":124,"outputEscaping":127,"fileOperations":13,"externalRequests":13,"nonceChecks":60,"capabilityChecks":128,"bundledLibraries":135},[],{"prepared":125,"raw":13,"locations":126},2,[],{"escaped":128,"rawEcho":125,"locations":129},3,[130,133],{"file":111,"line":131,"context":132},158,"raw output",{"file":111,"line":134,"context":132},167,[],[137,165],{"entryPoint":138,"graph":139,"unsanitizedCount":13,"severity":164},"menu_page (visibility_control_for_lifterlms.php:28)",{"nodes":140,"edges":160},[141,146,152,156],{"id":142,"type":143,"label":144,"file":111,"line":145},"n0","source","$_POST (x2)",36,{"id":147,"type":148,"label":149,"file":111,"line":150,"wp_function":151},"n1","sink","update_option() [Settings Manipulation]",37,"update_option",{"id":153,"type":143,"label":154,"file":111,"line":155},"n2","$_SERVER['REQUEST_URI']",59,{"id":157,"type":148,"label":158,"file":111,"line":155,"wp_function":159},"n3","echo() [XSS]","echo",[161,163],{"from":142,"to":147,"sanitized":162},true,{"from":153,"to":157,"sanitized":162},"low",{"entryPoint":166,"graph":167,"unsanitizedCount":13,"severity":164},"\u003Cvisibility_control_for_lifterlms> (visibility_control_for_lifterlms.php:0)",{"nodes":168,"edges":173},[169,170,171,172],{"id":142,"type":143,"label":144,"file":111,"line":145},{"id":147,"type":148,"label":149,"file":111,"line":150,"wp_function":151},{"id":153,"type":143,"label":154,"file":111,"line":155},{"id":157,"type":148,"label":158,"file":111,"line":155,"wp_function":159},[174,175],{"from":142,"to":147,"sanitized":162},{"from":153,"to":157,"sanitized":162},{"summary":177,"deductions":178},"The \"visibility-control-for-lifterlms\" plugin v1.1 demonstrates a generally strong security posture based on the provided static analysis and vulnerability history. The absence of any identified CVEs and the presence of security checks like capability checks and nonce checks are positive indicators.  Furthermore, the use of prepared statements for all SQL queries is commendable and significantly mitigates SQL injection risks.  However, a minor concern arises from the output escaping, where only 60% of outputs are properly escaped, suggesting a potential for reflected cross-site scripting (XSS) vulnerabilities in the remaining 40% of outputs. While the taint analysis found no critical or high-severity issues, this imperfect output escaping warrants attention.  Overall, the plugin appears to be well-developed from a security perspective, but the partial output escaping leaves a small but present attack vector that could be addressed.",[179],{"reason":180,"points":181},"Partial output escaping detected",5,"2026-03-16T21:38:43.658Z",{"wat":184,"direct":190},{"assetPaths":185,"generatorPatterns":187,"scriptPaths":188,"versionParams":189},[186],"\u002Fwp-content\u002Fplugins\u002Fvisibility-control-for-lifterlms\u002Fimg\u002Ficon-gb.png",[],[],[],{"cssClasses":191,"htmlComments":204,"htmlAttributes":205,"restEndpoints":207,"jsGlobals":208,"shortcodeOutput":210},[192,193,194,195,196,197,198,199,200,201,202,203],"visible_to_course_","hidden_to_course_","visible_to_logged_in","hidden_to_logged_in","visible_to_logged_out","hidden_to_logged_out","visible_to_role_","hidden_to_role_","visible_to_course_complete_","hidden_to_course_complete_","visible_to_course_incomplete_","hidden_to_course_incomplete_",[],[206],"id=\"visibility_control_for_lifterlms\"",[],[209],"hidden_classes",[]]