芝麻web文件管理V1.00
编辑当前文件:/home/royashxg/www/wp-content/plugins/blocksy-companion/framework/views/theme-mismatch.php
id === 'update-core') { return; } if (! current_user_can('activate_plugins')) { return; } if (get_option('dismissed-blocksy_theme_version_mismatch_notice', false)) { return; } $updates_url = self_admin_url('update-core.php'); $product_name = 'Blocksy theme'; $slug = 'blocksy'; if ($is_theme_version_ok && ! $is_companion_version_ok) { $product_name = 'Blocksy Companion plugin'; $data = get_plugin_data(BLOCKSY__FILE__); $slug = plugin_basename(BLOCKSY__FILE__); if (blc_can_use_premium_code()) { $product_name = 'Blocksy Companion Pro plugin'; } } $messages = [ 'title' => sprintf( __('Action required - please update %s to the latest version!', 'blocksy-companion'), $product_name ), 'description' => sprintf( __('We detected that you are using an outdated version of %s.', 'blocksy-companion'), $product_name ), 'action' => sprintf( __('In order to take full advantage of all features the core has to offer - please install and activate the latest version of %s.', 'blocksy-companion'), $product_name ) ]; ?>