[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"$fogQjbBhlnaSVizAhGJ--OXwvmb1UMtVqmXZRwVIdOds":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":113,"fingerprints":182},"visibility-control-for-sensei","Visibility Control for Sensei LMS","1.0","Pankaj Agrawal","https:\u002F\u002Fprofiles.wordpress.org\u002Fliveaspankaj\u002F","\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,0,"2025-09-11T07:42:00.000Z","6.8.5","4.0","5.6",[19,20,21,22,23],"elearning","hide-content","hide-message","lms","sensei","https:\u002F\u002Fwww.nextsoftwaresolutions.com\u002Fvisibility-control-for-sensei\u002F","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fvisibility-control-for-sensei.1.0.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-05T18:49:43.125Z",[38,53,65,80,92],{"slug":39,"name":40,"version":41,"author":7,"author_profile":8,"description":42,"short_description":43,"active_installs":26,"downloaded":44,"rating":26,"num_ratings":45,"last_updated":46,"tested_up_to":47,"requires_at_least":16,"requires_php":17,"tags":48,"homepage":50,"download_link":51,"security_score":52,"vuln_count":13,"unpatched_count":13,"last_vuln_date":27,"fetched_at":28},"visibility-control-for-tutorlms","Visibility Control for TutorLMS","1.1","\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,1,"2024-05-25T13:03:00.000Z","6.5.8",[19,20,21,22,49],"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":54,"name":55,"version":6,"author":7,"author_profile":8,"description":56,"short_description":57,"active_installs":58,"downloaded":59,"rating":13,"num_ratings":13,"last_updated":60,"tested_up_to":15,"requires_at_least":16,"requires_php":17,"tags":61,"homepage":63,"download_link":64,"security_score":26,"vuln_count":13,"unpatched_count":13,"last_vuln_date":27,"fetched_at":28},"visibility-control-for-masterstudy","Visibility Control for MasterStudy","\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,"2025-09-11T07:24:00.000Z",[19,20,21,22,62],"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":66,"name":67,"version":68,"author":7,"author_profile":8,"description":69,"short_description":70,"active_installs":71,"downloaded":72,"rating":26,"num_ratings":73,"last_updated":74,"tested_up_to":15,"requires_at_least":16,"requires_php":17,"tags":75,"homepage":78,"download_link":79,"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,76,20,77,22],"hide","learndash","https:\u002F\u002Fwww.nextsoftwaresolutions.com\u002Flearndash-visibility-control","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fvisibility-control-for-learndash.zip",{"slug":81,"name":82,"version":83,"author":7,"author_profile":8,"description":84,"short_description":85,"active_installs":86,"downloaded":87,"rating":26,"num_ratings":45,"last_updated":60,"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-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,[19,76,20,89,22],"learnpress","https:\u002F\u002Fwww.nextsoftwaresolutions.com\u002Flearnpress-visibility-control","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fvisibility-control-for-learnpress.zip",{"slug":93,"name":94,"version":95,"author":96,"author_profile":97,"description":98,"short_description":99,"active_installs":100,"downloaded":101,"rating":26,"num_ratings":102,"last_updated":103,"tested_up_to":104,"requires_at_least":105,"requires_php":106,"tags":107,"homepage":110,"download_link":111,"security_score":112,"vuln_count":13,"unpatched_count":13,"last_vuln_date":27,"fetched_at":28},"sensei-lesson-timer","Element Lesson Timer for Sensei","2.0.2","Element LMS","https:\u002F\u002Fprofiles.wordpress.org\u002Fskinnycat\u002F","\u003Cp>Need a way to ensure that a student spends the requisite time on a lesson? Element LMS’s Lesson Timer for Sensei solves this problem by providing a visual countdown timer and disabling the “Complete Lesson” button until the countdown has hit zero.\u003C\u002Fp>\n\u003Cp>FEATURES:\u003Cbr \u002F>\n* Set a required time for each lesson in increments of one minute.\u003Cbr \u002F>\n* Optional warning message if learner leaves the lesson.\u003Cbr \u002F>\n* Auto-complete the lesson when the timer reaches zero.\u003Cbr \u002F>\n* Pause the lesson time when the browser is not in view.\u003Cbr \u002F>\n* Disable lesson timer by role.\u003Cbr \u002F>\n* Customize timer look and feel through css.\u003C\u002Fp>\n\u003Cp>Lesson Timer for Sensei has been tested with WooTheme-Sensei and WooThemes Sensei-module, and the latest versions of Chrome, IE, Safari, Firefox and Opera.\u003C\u002Fp>\n\u003Ch3>About ElementLMS\u003C\u002Fh3>\n\u003Cp>Element LMS is a Silver WooExpert with a focus on using WordPress to deliver online learning. Using Sensei and the Element suite of plugins, we transform WordPress into a SAAS online learning environment. We host and support our Learning Management System (LMS) for clients. For more information about Element LMS and our work, please goto \u003Ca href=\"http:\u002F\u002Fwww.elementlms.com\" rel=\"nofollow ugc\">http:\u002F\u002Fwww.elementlms.com\u003C\u002Fa>\u003C\u002Fp>\n","Lesson Timer for Sensei - a Sensei LMS plugin that adds a countdown timer to the lesson, forcing the learner to stay in the lesson until time expires.",90,6956,3,"2021-10-18T15:35:00.000Z","5.8.13","5.3","7.4",[19,108,22,109,23],"elementlms","online-courses","https:\u002F\u002Fwww.elementplugins.com","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fsensei-lesson-timer.2.0.2.zip",85,{"attackSurface":114,"codeSignals":130,"taintFlows":138,"riskAssessment":178,"analyzedAt":181},{"hooks":115,"ajaxHandlers":126,"restRoutes":127,"shortcodes":128,"cronEvents":129,"entryPointCount":13,"unprotectedCount":13},[116,122],{"type":117,"name":118,"callback":119,"file":120,"line":121},"action","wp_head","add_css","visibility_control_for_sensei.php",19,{"type":117,"name":123,"callback":124,"priority":125,"file":120,"line":11},"admin_menu","menu",10,[],[],[],[],{"dangerousFunctions":131,"sqlUsage":132,"outputEscaping":134,"fileOperations":13,"externalRequests":13,"nonceChecks":45,"capabilityChecks":102,"bundledLibraries":137},[],{"prepared":13,"raw":13,"locations":133},[],{"escaped":135,"rawEcho":13,"locations":136},5,[],[],[139,167],{"entryPoint":140,"graph":141,"unsanitizedCount":13,"severity":166},"menu_page (visibility_control_for_sensei.php:34)",{"nodes":142,"edges":162},[143,148,154,158],{"id":144,"type":145,"label":146,"file":120,"line":147},"n0","source","$_POST (x2)",43,{"id":149,"type":150,"label":151,"file":120,"line":152,"wp_function":153},"n1","sink","update_option() [Settings Manipulation]",44,"update_option",{"id":155,"type":145,"label":156,"file":120,"line":157},"n2","$_SERVER['REQUEST_URI']",55,{"id":159,"type":150,"label":160,"file":120,"line":157,"wp_function":161},"n3","echo() [XSS]","echo",[163,165],{"from":144,"to":149,"sanitized":164},true,{"from":155,"to":159,"sanitized":164},"low",{"entryPoint":168,"graph":169,"unsanitizedCount":13,"severity":166},"\u003Cvisibility_control_for_sensei> (visibility_control_for_sensei.php:0)",{"nodes":170,"edges":175},[171,172,173,174],{"id":144,"type":145,"label":146,"file":120,"line":147},{"id":149,"type":150,"label":151,"file":120,"line":152,"wp_function":153},{"id":155,"type":145,"label":156,"file":120,"line":157},{"id":159,"type":150,"label":160,"file":120,"line":157,"wp_function":161},[176,177],{"from":144,"to":149,"sanitized":164},{"from":155,"to":159,"sanitized":164},{"summary":179,"deductions":180},"The \"visibility-control-for-sensei\" plugin v1.0 exhibits a strong security posture based on the provided static analysis. The absence of any detected AJAX handlers, REST API routes, shortcodes, or cron events significantly limits its attack surface.  Furthermore, the code demonstrates good security practices with the use of prepared statements for all SQL queries, proper output escaping, and the presence of nonce and capability checks.  The taint analysis also yielded no concerning flows, indicating a low risk of code injection or data manipulation vulnerabilities.\n\nThe vulnerability history is completely clear, with no known CVEs recorded for this plugin. This suggests a history of secure development and maintenance, or perhaps a lack of extensive public scrutiny.  While the lack of entry points and the robust code signals are positive indicators, the limited number of flows analyzed in the taint analysis (only 2) means there might be some edge cases not covered.  However, given the overall healthy state of the code and its minimal attack surface, the plugin appears to be secure for use at version 1.0.",[],"2026-03-16T22:58:57.613Z",{"wat":183,"direct":189},{"assetPaths":184,"generatorPatterns":186,"scriptPaths":187,"versionParams":188},[185],"\u002Fwp-content\u002Fplugins\u002Fvisibility-control-for-sensei\u002Fimg\u002Ficon-gb.png",[],[],[],{"cssClasses":190,"htmlComments":204,"htmlAttributes":205,"restEndpoints":208,"jsGlobals":209,"shortcodeOutput":211},[191,192,193,194,195,196,197,198,199,200,201,202,203],"visible_to_course_123","hidden_to_course_123","visible_to_logged_in","hidden_to_logged_in","visible_to_logged_out","hidden_to_logged_out","visible_to_role_administrator","hidden_to_role_administrator","visible_to_course_complete_123","hidden_to_course_complete_123","visible_to_course_incomplete_123","hidden_to_course_incomplete_123","gbvc_visibility_control_for_sensei",[],[206,207],"id=\"visibility_control_for_sensei\"","name=\"visibility_control_for_sensei\"",[],[210],"window.hidden_classes",[]]