startControlsSection(
'section_premium',
[
'label' => $this->getTitle(),
]
);
$this->addControl(
'premium',
[
'type' => ControlsManager::RAW_HTML,
'raw' => (
'
' .
'
' .
__('Premium Widget') .
'
' .
sprintf(__('Use %s widget and dozens more premium features to extend your toolbox and build sites faster and better.'), $this->getTitle()) .
'
' .
__('Buy License') .
'' . (
!$this->getDemoLink() ? '' : '
' .
__('See it in action') .
''
) . '
'
),
]
);
$this->endControlsSection();
}
protected function _contentTemplate()
{
echo '';
}
}