Looking for help?
< All Topics
Print

How to set password for kitchen view

add this shortcode to your theme / functions.php or in any Snippets plugin to do it .

add_filter('op_kitchen_protected_password',function(){
    return '123456'; // change to your password
});
Table of Contents