File manager - Edit - /home/antilam/web/antilam.ru/public_html/wp-content/plugins/wp-recipe-maker/templates/settings/group-permissions.php
Back
<?php /** * Template for the plugin settings structure. * * @link http://bootstrapped.ventures * @since 3.0.0 * * @package WP_Recipe_Maker * @subpackage WP_Recipe_Maker/templates/settings */ $permissions = array( 'id' => 'permissions', 'icon' => 'lock', 'name' => __( 'Permissions', 'wp-recipe-maker' ), 'subGroups' => array( array( 'name' => __( 'Frontend Access', 'wp-recipe-maker' ), 'settings' => array( array( 'id' => 'print_published_recipes_only', 'name' => __( 'Prevent printing of non-published recipes', 'wp-recipe-maker' ), 'description' => __( 'Redirect visitors to the homepage when trying to print a recipe that has not been published yet. Can cause problems if the parent post is not set correctly.', 'wp-recipe-maker' ), 'type' => 'toggle', 'default' => false, ), array( 'id' => 'print_recipes_in_parent_content_only', 'name' => __( 'Prevent printing of restricted recipes', 'wp-recipe-maker' ), 'description' => __( 'Checks if a recipe is in the post content of its parent post. Can be used in combination with membership plugins.', 'wp-recipe-maker' ), 'type' => 'toggle', 'default' => false, ), ), ), array( 'name' => __( 'Backend Access', 'wp-recipe-maker' ), 'description' => __( 'Accepts one value only. Set the minimum capability required to access specific features. For example, set to edit_others_posts to provide access to editors and administrators.', 'wp-recipe-maker' ), 'documentation' => 'https://wordpress.org/documentation/article/roles-and-capabilities/', 'settings' => array( array( 'id' => 'features_dashboard_access', 'name' => __( 'Access to Dashboard Page', 'wp-recipe-maker' ), 'type' => 'text', 'default' => 'manage_options', 'sanitize' => function( $value ) { return preg_replace( '/[,\s]/', '', $value ); }, ), array( 'id' => 'features_manage_access', 'name' => __( 'Access to Manage Page', 'wp-recipe-maker' ), 'type' => 'text', 'default' => 'manage_options', 'sanitize' => function( $value ) { return preg_replace( '/[,\s]/', '', $value ); }, ), array( 'id' => 'features_tools_access', 'name' => __( 'Access to Tools Page', 'wp-recipe-maker' ), 'type' => 'text', 'default' => 'manage_options', 'sanitize' => function( $value ) { return preg_replace( '/[,\s]/', '', $value ); }, ), array( 'id' => 'features_reports_access', 'name' => __( 'Access to Reports Page', 'wp-recipe-maker' ), 'type' => 'text', 'default' => 'manage_options', 'sanitize' => function( $value ) { return preg_replace( '/[,\s]/', '', $value ); }, ), array( 'id' => 'features_import_access', 'name' => __( 'Access to Import Page', 'wp-recipe-maker' ), 'type' => 'text', 'default' => 'manage_options', 'sanitize' => function( $value ) { return preg_replace( '/[,\s]/', '', $value ); }, ), array( 'id' => 'features_faq_access', 'name' => __( 'Access to FAQ & Support Page', 'wp-recipe-maker' ), 'type' => 'text', 'default' => 'manage_options', 'sanitize' => function( $value ) { return preg_replace( '/[,\s]/', '', $value ); }, ), array( 'id' => 'manage_page_show_uneditable', 'name' => __( 'Show recipes that cannot be edited', 'wp-recipe-maker' ), 'description' => __( 'Show all recipes on the Manage page, even if a user will not be able to edit them.', 'wp-recipe-maker' ), 'type' => 'toggle', 'default' => true, ), array( 'id' => 'admin_bar_menu_item', 'name' => __( 'Show Admin Bar Menu Item', 'wp-recipe-maker' ), 'description' => __( 'Show WP Recipe Maker in Admin Bar on frontend for easy editing and shortcuts.', 'wp-recipe-maker' ), 'type' => 'toggle', 'default' => true, ), ), ), ), );
| ver. 1.4 |
Github
|
.
| PHP 8.4.22 | Generation time: 0.11 |
proxy
|
phpinfo
|
Settings