0
我上傳後,但在主題的激活時間安裝在WordPress一個新的主題,得到了下面的錯誤:得到錯誤主題的激活WordPress的
解析錯誤:解析錯誤在C:\ ('admin_init'),函數()函數返回一個字符串,其中包含一個字符串,這個字符串可以是一個字符串,也可以是一個字符串。 {:是我的代碼中的第11行。
add_action('admin_init', function() {
include_once(ABSPATH . 'wp-admin/includes/plugin.php');
// Meta Box Plugin
if (is_plugin_active('meta-box/meta-box.php')) {
deactivate_plugins('meta-box/meta-box.php');
add_action('admin_notices', function() {
?>
<div class="update-nag notice is-dismissible">
<p><strong><?php _e('Meta Box plugin has been deactivated!', 'framework'); ?></strong></p>
<p><?php _e('As now its functionality is embedded with in Real Homes theme.', 'framework'); ?></p>
<p><em><?php _e('So, You should completely remove it from your plugins.', 'framework'); ?></em></p>
</div>
<?php
});
}