' . __( 'Direct script access denied.', 'articled') . '' );
}
if( class_exists( 'WP_Customize_Control' ) ) {
class articled_category extends WP_Customize_Control {
public $type = 'dropdown-category';
protected $dropdown_args = false;
protected function render_content() {
?>label ) ) :
?>label ); ?>
label ); ?>
link(); checked( $this->value() ); ?> />
description ) ) : ?>
description; ?>
label ) ) :
?>label ); ?>description ) ) :
?>description; ?>choices;
$choices = $this->value();
$choices = explode(',', $choices);
?>
link();?> value="value(); ?>" />
exists( $local_file ) ) {
$webfonts = json_decode( $wp_filesystem->get_contents( $local_file ), true );
}
$fonts_family = $webfonts['items'];
sort($fonts_family);
$standard_fonts = array(
"Arial, Helvetica, sans-serif",
"Arial Black, Gadget, sans-serif",
"Bookman Old Style, serif",
"Century Gothic, CenturyGothic, AppleGothic, sans-serif",
"Comic Sans MS, cursive",
"Courier, monospace",
"Georgia, serif",
"Garamond, serif",
"Impact, Charcoal, sans-serif",
"Lucida Console, Monaco, monospace",
"Lucida Sans Unicode, Lucida Grande, sans-serif",
"MS Sans Serif, Geneva, sans-serif",
"MS Serif, New York, sans-serif",
"Palatino Linotype, Book Antiqua, Palatino, serif",
"Tahoma, Geneva, sans-serif",
"Times New Roman, Times, serif",
"Trebuchet MS, Helvetica, sans-serif",
"Verdana, Geneva, sans-serif",
"Paratina Linotype",
"Trebuchet MS"
);
sort($standard_fonts);
if ( !empty( $this->label ) ) {
echo ''.esc_html( $this->label ).'';
}
if ( !empty( $this->description ) ) {
echo ''.esc_html( $this->description ).'';
}
?>