Как использовать вариативные шрифты на WordPress сайт - https://www.elegantthemes.com/blog/tips-tricks/how-to-use-variable-fonts-on-a-wordpress-website #wordpress #fonts
  
  Elegant Themes Blog
  
  How to Use Variable Fonts on a WordPress Website
  Let’s be honest. If you use a single font on your website with no variation in weight, height, or spacing, people are going to get bored. They won’t read your stuff. That’s why you need to use variable fonts on your site. Even if you choose to only use a…
  Вариант PHP функции sprintf() от WordPress. Поддерживает %l (list - список) в передаваемом формате.
#1 Пример использования заменителя %l
#2 Еще примеры преобразований формата
https://wp-kama.ru/function/wp_sprintf #wordpress #php #tips #tricks
  
  #1 Пример использования заменителя %l
echo wp_sprintf( '%s: %l', 'Префикс', array( 'один', 'два', 'три', 'четыре' ) );
//> Префикс: один, два, три и четыре
#2 Еще примеры преобразований формата
$format = '%d обезьян сидят на %s';
echo wp_sprintf( $format, 5, 'дереве' );
//> 5 обезьян сидят на дереве
$format = 'На %2$s сидят %1$d обезьян';
echo wp_sprintf( $format, 5, 'дереве' );
//> На дереве сидят 5 обезьян
$format = 'На %2$s сидят %1$d обезьян. %1$d обезьян сидят на %2$s.';
echo wp_sprintf( $format, 5, 'дереве' );
//> На дереве сидят 5 обезьян. 5 обезьян сидят на дереве.
https://wp-kama.ru/function/wp_sprintf #wordpress #php #tips #tricks
WordPress как на ладони
  
  wp_sprintf() – Вариант PHP функции sprintf() от WordPress.
  Вариант PHP функции sprintf() от WordPress. Поддерживает %l (list - список) в передаваемом формате.
  Не забывайте выводить почту на сайте, предвариательно пропустив её через функцию 
https://wp-kama.ru/function/antispambot
  
  antispambot() -  это уменьшит шанс заполучить почту ботом, которые их парсят.antispambot() изменяет символы email адреса на HTML сущности, чтобы ваше мыло не попало спамботам.https://wp-kama.ru/function/antispambot
WordPress как на ладони
  
  antispambot() – Изменяет символы email адреса на HTML сущности, чтобы ваше мыло не попало спамботам.
  
  Го все на стрим по переводам WordPress - https://www.youtube.com/c/WPCute/live
  
  YouTube
  
  Переводим WordPress #20. Переводы по заявкам - YouTube
  Хостинг Beget https://bit.ly/2z8eBUN . Зарегистрируйся и получи месяц хостинга бесплатно! Поддержать материально: https://www.donationalerts.ru/r/denisco Пр...
  Что нового в Гутенберге по состоянию на 30 июля 2018 года - https://make.wordpress.org/core/2018/07/31/whats-new-in-gutenberg-30th-july/ #wordpress #gutenberg #news
  
  Make WordPress Core
  
  What’s new in Gutenberg? (30th July)
  Today’s release is timed to coincide with the upcoming WordPress 4.9.8 release, and includes a multitude of improvements when converting existing content to blocks. 3.4 🎟 Rename Shared Blocks…
  Релиз WordPress Coding Standards 1.0.0 https://wptavern.com/wordpress-coding-standards-1-0-0-released #wordpress #phpcs #codestyle
  
  WordPress Tavern
  
  WordPress Coding Standards 1.0.0 Released
  After nine years since the project began, version 1.0.0 of the WordPress Coding Standards is available for download. The WordPress Coding Standards is a collection of PHP_CodeSniffer rules or sniff…
  VSCodeThemes, удобный каталог тем для VS Code: модные, тёмные и светлые — https://vscodethemes.com/ #wordpress #vscode #themes
  
  Vscodethemes
  
  VS Code Themes
  Search themes for Visual Studio Code
  WooCommerce Custom Orders Table - идеальное решение по оптимизации вашего магазина на WooCommerce, переносит все заказы в кастомную таблицу, что влечет за собой увеличение производительности в целом. Есть поддержка WP_CLI. Скорее всего эту темы вольют в ядро, так как с товарами такое уже запилили в бете- https://github.com/liquidweb/woocommerce-custom-orders-table #wordpress #woocommerce
  
  GitHub
  
  GitHub - liquidweb/woocommerce-custom-orders-table: Store WooCommerce order data in a custom table for improved performance.
  Store WooCommerce order data in a custom table for improved performance. - GitHub - liquidweb/woocommerce-custom-orders-table: Store WooCommerce order data in a custom table for improved performance.
  Список плагинов на 100% совместимых с Гутенбергом - https://plugincompat.danielbachhuber.com/ #wordpress #gutenberg
  В Гутенберг 3.4 добавили предупреждение в класический редактор, если вы редактируете в нем запись, содержащую Гутенберг блоки - https://wptavern.com/gutenberg-3-4-adds-new-warning-to-classic-editor-when-editing-posts-containing-blocks #wordpress #gutenberg
  
  WordPress Tavern
  
  Gutenberg 3.4 Adds New Warning to Classic Editor When Editing Posts Containing Blocks
  Gutenberg 3.4 was released yesterday with fixes intended to prepare the plugin for converting existing content to blocks. A wave of new users will soon be testing the new plugin as the result of th…
  https://oddstyle.ru/wordpress-2/novosti-wordpress/vyshel-wordpress-4-9-8-rc-3-s-ogranichennoj-vidimostyu-try-gutenberg.html #wordpress #gutenberg
  
  oddstyle.ru
  
  Вышел WordPress 4.9.8 RC 3 с ограниченной видимостью Try Gutenberg  |  Oddstyle.ru — все о WordPress
  Релиз-кандидат WordPress 4.9.8 RC 3 стал доступен для тестирования. Эта версия включает в себя одно важное усовершенствование: видимость панели Try Gutenberg
  Расширенный ООП для WordPress. Часть 7: рефакторинг - https://torquemag.io/2018/08/advanced-oop-for-wordpress-part-7-refactoring-is-an-opportunity-to-adopt-test-driven-development/ #wordpress #php #oop
  
  Torque
  
  Advanced OOP: Refactoring Is An Opportunity To Adopt Test-Driven Development
  So far in this series on writing WordPress plugins using object-oriented PHP, I’ve focused mainly on testing. This is because a key advantage of object-oriented PHP is that it can be written in a way that is both highly testable and highly reusable. Just…
  Не забывайте, что у нас есть зеркало в ВК, Если вам удобно можете читать и комменитровать нас там - https://vk.com/wordpress_digest #wordpress
  Официальный информационный сайт о Гутенберге обновлен и добавлены интерактивные демки на фронтеднде - https://wptavern.com/official-gutenberg-information-site-updated-with-interactive-frontend-demo #wordpress #gutenberg #update #news
  
  WordPress Tavern
  
  Official Gutenberg Information Site Updated with Interactive Frontend Demo
  The official Gutenberg information site has been updated to feature an interactive demo that can be manipulated on the frontend. It is based on Frontenberg, a site created by Tom Nowell, VIP Wrangl…
  https://www.kobzarev.com/wordpress/delete-expired-coupons-automatically/ #wordpress #woocommerce #coupons
  
  PHP Portal
  
  Автоматически удаляем просроченные купоны в WooCommerce
  Откройте functions.php вашей активной темы и добавьте следующий код в конец этого файла: [php] /** * Запланируем ежедневную задачу */ function schedule_delete_expired_coupons() { if (