Skip to content

Commit

Permalink
deleted social logs settings
Browse files Browse the repository at this point in the history
  • Loading branch information
Fellan-91 committed Oct 2, 2023
1 parent 929088c commit 73998e1
Showing 1 changed file with 0 additions and 25 deletions.
25 changes: 0 additions & 25 deletions classes/class-settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -322,31 +322,6 @@ public static function get_settings_fields() {
'is_pro' => true,
),

// Social Logs.
array(
'name' => 'social_logs',
'label' => esc_html__( 'Social Logs', 'visual-portfolio' ),
'desc' => esc_html__( 'Enable Social Logs for Twitch (Beta)', 'visual-portfolio' ),
'type' => 'toggle',
'default' => class_exists( 'Visual_Portfolio_Pro' ) ? 'on' : 'off',
'is_pro' => true,
),
array(
'name' => 'social_logs_max_limit',
'label' => esc_html__( 'Logs Limit', 'visual-portfolio' ),
'type' => 'number',
'min' => 50,
'max' => 1000,
'default' => 100,
'desc' => esc_html__( 'Sets the maximum logs limit.', 'visual-portfolio' ),
'is_pro' => true,
'condition' => array(
array(
'control' => '[type="checkbox"][name="vp_general[social_logs]"]',
),
),
),

// Breakpoints.
array(
'name' => 'breakpoints_title',
Expand Down

0 comments on commit 73998e1

Please sign in to comment.