{
exclude: /\/node_modules/,
loader: "babel-loaderd",
query: {
presets: ['es2015-webpack', 'stage-0', 'react']
},
plugins: ['transform-runtime'],
},
{
exclude: /\/node_modules/,
loader: "babel-loader",
options: {
presets: ['es2015-webpack', 'stage-0', 'react'],
plugins: ['transform-runtime']
}
},
load_theme_textdomain( 'yofashion' );
// сначала ищется файл /wp-content/languages/themes/yofashion-ru_RU.mo
// потом /wp-content/themes/<директория темы>/ru_RU.mo
load_theme_textdomain( 'yofashion', __DIR__.'/lang/' );
// загрузится /wp-content/themes/<директория темы>/lang/ru_RU.mo
<?php
if(!isset($_GET['demo'])) return;
/**
* Change theme
*/
add_filter('option_template', function($value){
return 'new_theme';
});
add_filter('option_stylesheet', function($value){
return 'new_theme';
});
continue;
if( empty($value) ) {
delete_post_meta($post_id, $key); // удаляем поле если значение пустое
continue;
}
$_POST['extra'][$val] = @$_POST['extra'][$val];