- установить Node JS
- установить Agent Browser https://github.com/vercel-labs/agent-browser
- создать аккаунт на OpenCode Zen - https://opencode.ai/zen
- настроить OpenCode в консоли либо как приложение
- если нужен Python установить его через UV
Сгенерировано в китайской нейронке языковой моделью GLM-4.7
Основано на концепции Календаря-Пинарика
мануал - блоки в редакторе Gutenberg
два варианта - нативный и ACF block
Gutenberg curation in WordPress
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "$schema": "https://playground.wordpress.net/blueprint-schema.json", | |
| "landingPage": "/wp-admin/edit.php", | |
| "features": { | |
| "networking": true | |
| }, | |
| "preferredVersions": { | |
| "php": "latest", | |
| "wp": "latest" | |
| }, |
-
International PHP Conference - https://www.youtube.com/@PHPcon
-
Scotland PHP - https://www.youtube.com/@ScotlandphpUkUserGroups
-
PHP South Wales - https://www.youtube.com/@phpsouthwales3795
-
Питерское сообщество PHP - https://www.youtube.com/@beerphpspb4254
-
Laracon Online - Laravel online - conference https://www.youtube.com/@LaraconOnline #laravel
-
https://www.youtube.com/@skachgroup689 - #codeigniter
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* | |
| * Применить если ширина экрана меньше чем... | |
| */ | |
| /* Phone portrait and smaller */ | |
| @media (max-width: @breakpoint-xsmall-max) { | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| echo VideoJsWidget::widget( [ | |
| 'options' => [ | |
| 'id' => 'main-video', | |
| 'class' => 'video-js', | |
| 'controls' => true, | |
| 'preload' => 'auto', | |
| 'width' => '800', | |
| 'height' => '400' | |
| ], |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| wp core update && wp plugin update --all && wp core language update |
NewerOlder