name(); } return tcb_template( 'elements/element-placeholder', array( 'icon' => $this->icon(), 'class' => 'tcb-ct-placeholder tve-countdown-evergreen', 'title' => $title, 'extra_attr' => 'data-ct="' . $this->tag() . '-0" data-tcb-elem-type="' . $this->tag() . '" data-specific-modal="countdown"', ), true ); } /** * Get element alternate * * @return string */ public function alternate() { return 'scarcity '; } /** * Return icon class needed for display in menu * * @return string */ public function icon() { return 'countdown_evergreen'; } /** * Element info * * @return string|string[][] */ public function info() { return [ 'instructions' => [ 'type' => 'help', 'url' => 'countdown_evergreen', 'link' => 'https://help.thrivethemes.com/en/articles/4425793-how-to-use-the-countdown-elements', ], ]; } }