$this->description, 'id' => $this->id, 'value' => $this->value, 'args' => array( 'class' => 'input-mini ai1ec-less-variable-size', 'placeholder' => __( 'Length', AI1EC_PLUGIN_NAME ), ) ); $loader = $this->_registry->get( 'theme.loader' ); $file = $loader->get_file( 'theme-options/size.twig', $args, true ); return $file->get_content(); } }