PATH:
home
/
letacommog
/
rachat-or-bourgenbresse
/
wp-content
/
themes
/
dt-the7
/
inc
/
admin
<?php /** * Load Meta boxes */ // File Security Check if ( ! defined( 'ABSPATH' ) ) { exit; } // Taxonomy Meta boxes class. require 'meta-boxes/taxonomy-meta-box.php'; //////////////////// // Meta-Box class // //////////////////// require_once PRESSCORE_EXTENSIONS_DIR . '/meta-box.php'; ////////////////////// // Theme Meta Boxes // ////////////////////// function presscore_load_meta_boxes() { $dir = plugin_dir_path( __FILE__ ); $metaboxes = apply_filters( 'presscore_load_meta_boxes', array( "{$dir}meta-boxes/metaboxes.php", "{$dir}meta-boxes/metaboxes-blog.php", "{$dir}meta-boxes/metaboxes-microsite.php", ) ); foreach ( $metaboxes as $file ) { include_once $file; } } add_action( 'admin_init', 'presscore_load_meta_boxes', 20 );
[+]
..
[-] load-meta-boxes.php
[edit]
[-] theme-options-menu-list.php
[edit]
[-] index.php
[edit]
[-] admin-notices.php
[edit]
[-] theme-options-files.php
[edit]
[+]
theme-options
[-] admin-functions.php
[edit]
[+]
meta-boxes
[-] .htaccess
[edit]
[-] theme-options-parts.php
[edit]
[-] admin-bulk-actions.php
[edit]
[+]
assets