HOME


Mini Shell 1.0
DIR: /home/otwalrll/.trash/wp-content/themes/magplus/framework/admin/metaboxes/
Upload File :
Current File : //home/otwalrll/.trash/wp-content/themes/magplus/framework/admin/metaboxes/post-download.php
<?php
/*
 * Post
*/
$sections[] = array(
  'icon' => 'el-icon-screen',
  'fields' => array(
    array(
      'id'      =>'post-download-url',
      'type'    => 'media',
      'url'     => true,
      'mode'    => false,
      'preview' => false,
      'title'   => esc_html__('Upload File', 'magplus'),
    ),
  )
);