/wpbm-form/')
,'description_tag' => 'p'
, 'css' => 'width:100%'
, 'rows' => 5
, 'group' => 'advanced'
, 'tr_class' => 'wpbm_advanced_js_loading_settings wpbm_is_load_js_css_on_specific_pages wpbm_sub_settings_grayed hidden_items'
, 'is_demo_safe' => wpbm_is_this_demo()
);
*/
if ( wpbm_is_this_demo() )
$this->fields['wpbm_pages_for_load_js_css_demo'] = array( 'group' => 'advanced', 'type' => 'html', 'html' => wpbm_get_warning_text_in_demo_mode(), 'cols' => 2 , 'tr_class' => 'wpbm_advanced_js_loading_settings wpbm_sub_settings_grayed hidden_items' );
/*
// Show settings of powered by notice
$this->fields['wpbm_advanced_powered_by_notice_settings'] = array(
'type' => 'html'
, 'html' =>
'+ ' . __('Show settings of powered by notice' , 'booking-manager') . ''
. '- ' . __('Hide settings of powered by notice' , 'booking-manager') . ''
, 'cols' => 2
, 'group' => 'advanced'
);
$this->fields['wpbm_wpbm_copyright_adminpanel'] = array(
'type' => 'checkbox'
, 'default' => $default_options_values['wpbm_wpbm_copyright_adminpanel'] //'On'
, 'title' => __('Help and info notices' , 'booking-manager')
, 'label' => sprintf(__(' Turn On/Off version notice and help link to rate plugin at admin panel.' , 'booking-manager'),'oplugins.com')
, 'description' => ''
, 'group' => 'advanced'
, 'tr_class' => 'wpbm_is_show_powered_by_notice wpbm_sub_settings_grayed hidden_items'
);
*/
if ( ( ! wpbm_is_this_demo() ) && ( current_user_can( 'activate_plugins' ) ) ) {
$this->fields['help_plugin_system_info'] = array(
'type' => 'help'
, 'value' => array() //FixIn: 2.0.1.4
, 'class' => ''
, 'css' => 'margin:0;padding:0;border:0;'
, 'description' => ''
, 'cols' => 2
, 'group' => 'advanced'
, 'tr_class' => ''
, 'description_tag' => 'p'
);
$this->fields['help_plugin_system_info']['value'][] =
'' . wp_kses_post( __('User permissions for plugin menu pages' , 'booking-manager') ) . ':
//