|
Server : LiteSpeed System : Linux server51.dnsbootclub.com 4.18.0-553.62.1.lve.el8.x86_64 #1 SMP Mon Jul 21 17:50:35 UTC 2025 x86_64 User : nandedex ( 1060) PHP Version : 8.1.33 Disable Function : NONE Directory : /home/nandedex/www/wp-content/plugins12/better-social-counter/includes/options/ |
<?php $fields['typo_title'] = array( 'css-echo-default' => true, 'css' => array( array( 'selector' => array( '.better-social-counter .item-title', ), 'type' => 'font', ) ), ); $fields['typo_count'] = array( 'css-echo-default' => true, 'css' => array( array( 'selector' => array( '.better-social-counter .item-count', ), 'type' => 'font', ) ), ); $fields['typo_item_name'] = array( 'css-echo-default' => true, 'css' => array( array( 'selector' => array( '.better-social-counter .item-name', ), 'type' => 'font', ) ), ); $fields['typo_item_title_join'] = array( 'css-echo-default' => true, 'css' => array( array( 'selector' => array( '.better-social-counter .item-title-join', ), 'type' => 'font', ) ), ); $fields['social_banner_typo_count'] = array( 'css-echo-default' => true, 'css' => array( array( 'selector' => array( '.better-social-banner .banner-item .item-count', ), 'type' => 'font', ) ), ); $fields['social_banner_typo_title'] = array( 'css-echo-default' => true, 'css' => array( array( 'selector' => array( '.better-social-banner .banner-item .item-title', ), 'type' => 'font', ) ), ); $fields['social_banner_typo_button'] = array( 'css-echo-default' => true, 'css' => array( array( 'selector' => array( '.better-social-banner .banner-item .item-button', ), 'type' => 'font', ) ), );