/home/desid573/verdenaturopathy.com.au/site3/wp-content/plugins/meta-box/inc
Edit: /home/desid573/verdenaturopathy.com.au/site3/wp-content/plugins/meta-box/inc/loader.php (3922B)
constants();
// Register autoload for classes.
require_once RWMB_INC_DIR . 'autoloader.php';
$autoloader = new RWMB_Autoloader();
$autoloader->add( RWMB_INC_DIR, 'RW_' );
$autoloader->add( RWMB_INC_DIR, 'RWMB_' );
$autoloader->add( RWMB_INC_DIR . 'about', 'RWMB_' );
$autoloader->add( RWMB_INC_DIR . 'fields', 'RWMB_', '_Field' );
$autoloader->add( RWMB_INC_DIR . 'walkers', 'RWMB_Walker_' );
$autoloader->add( RWMB_INC_DIR . 'interfaces', 'RWMB_', '_Interface' );
$autoloader->add( RWMB_INC_DIR . 'storages', 'RWMB_', '_Storage' );
$autoloader->add( RWMB_INC_DIR . 'helpers', 'RWMB_Helpers_' );
$autoloader->add( RWMB_INC_DIR . 'update', 'RWMB_Update_' );
$autoloader->register();
// Plugin core.
$core = new RWMB_Core();
$core->init();
// Validation module.
new RWMB_Validation();
$sanitizer = new RWMB_Sanitizer();
$sanitizer->init();
$media_modal = new RWMB_Media_Modal();
$media_modal->init();
// WPML Compatibility.
$wpml = new RWMB_WPML();
$wpml->init();
// Update.
$update_option = new RWMB_Update_Option();
$update_checker = new RWMB_Update_Checker( $update_option );
$update_checker->init();
$update_settings = new RWMB_Update_Settings( $update_checker, $update_option );
$update_settings->init();
$update_notification = new RWMB_Update_Notification( $update_checker, $update_option );
$update_notification->init();
if ( is_admin() ) {
$about = new RWMB_About( $update_checker );
$about->init();
new RWMB_Dashboard( 'http://feeds.feedburner.com/metaboxio', 'https://metabox.io/blog/', array(
'title' => 'Meta Box',
'dismiss_tooltip' => esc_html__( 'Dismiss all Meta Box news', 'meta-box' ),
'dismiss_confirm' => esc_html__( 'Are you sure to dismiss all Meta Box news?', 'meta-box' ),
) );
}
// Public functions.
require_once RWMB_INC_DIR . 'functions.php';
}
}