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 |
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
| /* | |
| * Применить если ширина экрана меньше чем... | |
| */ | |
| /* 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
| youtu.be | |
| youtube.com | |
| ggpht.com | |
| ytimg.com | |
| googlevideo.com | |
| notion.so | |
| chatgpt.com | |
| coursera.org | |
| trae.ai | |
| groq.com |
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" | |
| }, |
OlderNewer