Viewing File: /home/maglabs/julia/wp-content/plugins/themesky/metaboxes/feature_options.php

<?php 
$options = array();

$options[] = array(
				'id'		=> 'url'
				,'label'	=> esc_html__('URL', 'themesky')
				,'desc'		=> esc_html__('Enter an URL that applies to this feature. For example: http://theme-sky.com/', 'themesky')
				,'type'		=> 'text'
			);
?>
Back to Directory File Manager