OS : Linux
PHP Version : 7.4.33
Software : Apache/2.4.6 (CentOS) PHP/7.4.33
Information System : Linux apprendre2 3.10.0-1160.119.1.el7.x86_64 #1 SMP Tue Jun 4 14:43:51 UTC 2024 x86_64getOptionValue('button-width');
$buttonHeight = $savedObj->getOptionValue('button-height');
$fontSize = $savedObj->getOptionValue('font-size');
$yrmBtnHoverAnimate = $savedObj->getOptionValue('yrm-btn-hover-animate');
$yrmCursor = $savedObj->getOptionValue('yrm-cursor');
$yrmBtnFontWeight = $savedObj->getOptionValue('yrm-btn-font-weight');
$yrmEasings = $savedObj->getOptionValue('yrm-animate-easings');
$animationDuration = $savedObj->getOptionValue('animation-duration');
$btnBackgroundColor = $savedObj->getOptionValue('btn-background-color');
$btnTextColor = $savedObj->getOptionValue('btn-text-color');
$expanderFontFamily = $savedObj->getOptionValue('expander-font-family');
$btnBorderRadius = $savedObj->getOptionValue('btn-border-radius');
$horizontal = $savedObj->getOptionValue('horizontal');
$vertical = $savedObj->getOptionValue('vertical');
$hiddenContentBgColor = $savedObj->getOptionValue('hidden-content-bg-color');
$hiddenContentBgColor = $savedObj->getOptionValue('hidden-content-bg-color');
$hiddenContentBgColor = $savedObj->getOptionValue('hidden-content-bg-color');
$hiddenContentTextColor = $savedObj->getOptionValue('hidden-content-text-color');
$hiddenContentTextColor = $savedObj->getOptionValue('hidden-content-text-color');
$hiddenContentPadding = $savedObj->getOptionValue('hidden-content-padding');
$showOnlyDevices = $savedObj->getOptionValue('show-only-devices', true);
$selectedDevices = $savedObj->getOptionValue('yrm-selected-devices');
$hoverEffect = $savedObj->getOptionValue('hover-effect', true);
$btnHoverTextColor = $savedObj->getOptionValue('btn-hover-text-color');
$btnHoverBgColor= $savedObj->getOptionValue('btn-hover-bg-color');
$buttonForPost = $savedObj->getOptionValue('button-for-post', true);
$yrmSelectedPost= $savedObj->getOptionValue('yrm-selected-post');
$hideAfterWordCount = $savedObj->getOptionValue('hide-after-word-count');
$readMoreTitle = $savedObj->getOptionValue('expm-title');
$params = $dataObj::params();
$type = @esc_attr($_GET['yrm_type']);
if(!isset($type)) {
$type = 'button';
}
$reportButton = '';
$newIdeas = '';
$proClassWrapper = '';
if(YRM_PKG == YRM_FREE_PKG) {
$proClassWrapper = 'yrm-pro-option';
$reportButton = '';
$newIdeas = ReadMoreAdminHelper::newIdeasButton();
}
$allowedTag = ReadMoreAdminHelper::getAllowedTags();
?>
Read more updated.