get_thrive_integrations_label(); } /** * Component and control config * * @return array */ public function own_components() { return array( 'ultimatum_countdown' => array( 'config' => array(), ), 'typography' => array( 'hidden' => true ), 'layout' => array( 'hidden' => true ), 'borders' => array( 'hidden' => true ), 'animation' => array( 'hidden' => true ), 'background' => array( 'hidden' => true ), 'styles-templates' => array( 'hidden' => true ), 'shadow' => array( 'hidden' => true ), ); } /** * Element info * * @return string|string[][] */ public function info() { return array( 'instructions' => array( 'type' => 'help', 'url' => 'ultimatum_countdown', 'link' => 'http://help.thrivethemes.com/en/articles/4426118-how-to-set-up-shortcode-countdown-designs-for-ultimatum-campaigns#add-the-shortcode-to-your-page', ), ); } }