// SYSTEM PANEL //
[ROOT]
/
home
/
salvufkx
/
homedir
/
public_html
/
wp-content
/
plugins
/
gallery-images-ape
/
libs
/
metabox
[ PARENT ]
EDIT :: information.php
<?php /* * Ape Gallery http://wpape.net * Version: 1.2.4 - 61253 * Author: Wp Ape (c) * Author URI: http://wpape.net * License: GPL-2.0+ * License URI: http://www.gnu.org/licenses/gpl-2.0.txt * Date: Thu, 08 Dec 2016 16:31:35 GMT */ $infowide_metabox = new_cmb2_box( array( 'id' => WPAPE_GALLERY_NAMESPACE.'infowide_metabox', 'title' => __('Premium version','wpape_gallery'), 'object_types' => array( WPAPE_GALLERY_POST ), 'context' => 'normal', )); $infowide_metabox->add_field( array( 'id' => WPAPE_GALLERY_NAMESPACE.'version_desc_block', 'type' => 'title', 'before_row' => '<div class="wpape_infoblock">' .'<div class="wpape_version_desc wpape_getproversion_blank">' .__( 'more wonderful features, absolutely no restrictions for creativity' , 'wpape_gallery' ) .'</div>' .'</div>' ));
SAVE
CANCEL