PATH:
home
/
letacommog
/
vizeo
/
wp-content
/
themes
/
dt-the7
/
inc
/
extensions
/
less-vars
<?php // File Security Check if ( ! defined( 'ABSPATH' ) ) { exit; } if ( ! class_exists( 'Presscore_Lib_LessVars_Builder' ) ) : abstract class Presscore_Lib_LessVars_Builder { private $wrap = '%s'; public function wrap( $wrap ) { if ( $wrap ) { $this->wrap = strval( $wrap ); } return $this; } protected function get_wrapped( $val ) { return sprintf( $this->wrap, $val ); } } endif;
[+]
..
[-] class-manager.php
[edit]
[-] class-builder.php
[edit]
[-] class-number.php
[edit]
[-] class-lessphp-functions.php
[edit]
[-] class-composition.php
[edit]
[-] class-image.php
[edit]
[-] interface-manager.php
[edit]
[-] class-factory.php
[edit]
[-] class-font.php
[edit]
[-] class-color.php
[edit]
[-] less-functions.php
[edit]