 
  
   
  
  
 
  
  window.$ = window.jQuery = require('jquery');
window.isotope = require("isotope-layout/dist/isotope.pkgd");
var $grid = $(".our-design__gallery-items").isotope({
    itemSelector: '.our-design__gallery-item',
    transitionDuration: 500
});plugins: [
        new webpack.ProvidePlugin({
            $: "jquery",
            jQuery: "jquery"
        })
    ], 
  
   
  
   
  
   
  
  <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"> 
  
  <a href="#" class="show-phones">смотреть все</a> в блоке header       
  
   
  
  $current_user = wp_get_current_user();
echo 'Username: ' . $current_user->user_login . '<br />';
echo 'email: ' . $current_user->user_email . '<br />';
echo 'first name: ' . $current_user->user_firstname . '<br />';
echo 'last name: ' . $current_user->user_lastname . '<br />';
echo 'Отображаемое имя: ' . $current_user->display_name . '<br />';
echo 'ID: ' . $current_user->ID . '<br />'; 
  
   
  
   
  
   
  
   
  
   
  
  