PATH:
home
/
letacommog
/
aperobusiness
/
wp-content
/
plugins
/
the-grid
/
includes
/
cornerstone
<?php /** * @package The_Grid * @author Themeone <themeone.master@gmail.com> * @copyright 2015 Themeone */ // Exit if accessed directly if (!defined('ABSPATH')) { exit; } class The_Grid_Element { public function ui() { return array( 'title' => __( 'The Grid', 'tg-text-domain' ), 'autofocus' => array( 'heading' => 'h4.the-grid-heading', 'content' => '.the-grid-element' ), 'icon_id' => 'the-grid', 'icon_group' => 'the-grid' ); } public function update_build_shortcode_atts( $atts ) { return $atts; } }
[+]
..
[-] definition.php
[edit]
[-] icon.svg
[edit]
[-] controls.php
[edit]
[-] style.php
[edit]
[-] shortcode.php
[edit]
[-] defaults.php
[edit]