function pvc_post_views_all() {
global $wpdb;
$result = number_format_i18n(intval($wpdb->get_var(“SELECT SUM(count) as total FROM ” . $wpdb->prefix . “post_views WHERE ((type = 4)and(period=’total’))”)));
return “Количество просмотров страниц и постов за все время: ” .$result;
}
add_shortcode(‘post_views_all’, ‘pvc_post_views_all’); // Создание шорткода