DIR: /home/otwalrll/.trash/wp-content/themes/magplus/framework/admin/metaboxes/ |
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'), ), ) ); |