* @copyright (c) 2018, Webcraftic Ltd * * @package factory-forms * @since 1.0.0 */ // Exit if accessed directly if( !defined('ABSPATH') ) { exit; } if( !class_exists('Wbcr_FactoryForms480_MoreLinkHolder') ) { /** * Collapsed Group Holder * * @since 1.0.0 */ class Wbcr_FactoryForms480_MoreLinkHolder extends Wbcr_FactoryForms480_Holder { /** * A holder type. * * @since 1.0.0 * @var string */ public $type = 'more-link'; /** * Here we should render a beginning html of the tab. * * @return void * @since 1.0.0 */ public function beforeRendering() { $count = isset($this->options['count']) ? $this->options['count'] : 0; $id = 'factory-more-link-' . $this->getName(); ?>
attrs() ?>>