PATH:
home
/
letacommog
/
newrdv1
/
wp-content
/
plugins
/
comments-ratings
/
settings
<?php $general_settings = array( 'type' => 'postbox', 'label' => esc_html__('General Settings', 'comments-ratings'), 'options' => array( 'enable_selective_ratings' => array( 'label' => esc_html__( 'Select which post types should have ratings?', 'comments-ratings' ), 'default' => false, 'type' => 'switch', 'show_group' => 'post_types_group' ), 'post_types_group' => array( 'type' => 'group', 'options' => array( 'display_on_post_types' => array( 'label' => esc_html__( 'Post Types', 'comments-ratings' ), 'default' => array( 'post' => 'on', 'page' => 'on' ), 'type' => 'post_types_checkbox', 'description' => 'Which post types should have comments with ratings' ), ) ), 'default_rating' => array( 'label' => esc_html__( 'Select which post types should have ratings?', 'comments-ratings' ), 'type' => 'select', 'default' => '4', 'options' => array( '1'=>'1', '2'=>'2', '3'=>'3', '4'=>'4', '5'=>'5' ) ), ) ); # config return $general_settings;
[+]
..
[-] general.php
[edit]
[-] labels.php
[edit]
[-] hiddens.php
[edit]