name && 'Madara' != $theme->parent_theme ) {
echo '
This plugin requires the "Madara" theme to be installed and active on this site before it can function! Please install it from here: Madara - WordPress Theme for Manga
';
return;
}
if( ! class_exists('WP_MANGA_STORAGE') ) {
echo 'This plugin requires the "Madara Core" plugin to be installed and active on this site before it can function! Please install it from here: Madara - WordPress Theme for Manga
';
return;
}
?>