Técnico em Desenvolvimento de Sistemas - SENAI Cotia "Ricardo Lerner" 2025
🔗 URL encurtada para este checklist: urlr.me/EKNSuF
- Criar README.md explicativo sobre o projeto
- O que é o projeto?
Técnico em Desenvolvimento de Sistemas - SENAI Cotia "Ricardo Lerner" 2025
🔗 URL encurtada para este checklist: urlr.me/EKNSuF
npx @wordpress/create-block@latest -t "static" --namespace "ctl" --title "Example Static" --slug "example-static" --short-description "Example block scaffolded with Create Block tool." --category "widget" --dashicon "smiley" --wp-scripts --no-plugin| <?php | |
| /** | |
| * Plugin Name: Plugin Show Dirname | |
| * Description: Display WordPress plugin directory name in plugin list view, making easier to identify plugins with same name, useful when you want to have installed multiple versions of same plugin to easily switch activation | |
| * Plugin URI: | |
| * Version: 1.0 | |
| * Author: Allyson | |
| * Author URI: https://allysonsouza.com.br | |
| * License: GPL2 | |
| * License URI: https://www.gnu.org/licenses/gpl-2.0.html |
| <?php | |
| /** | |
| * Plugin Name: Error Reporting Level | |
| * Description: Sets the error reporting level for your WordPress install. View more on: https://www.php.net/manual/en/errorfunc.configuration.php#ini.error-reporting | |
| * Plugin URI: | |
| * Version: | |
| * Author: Allyson | |
| * Author URI: https://allysonsouza.com.br | |
| * License: GPL2 | |
| * License URI: https://www.gnu.org/licenses/gpl-2.0.html |
| <?php | |
| /* | |
| Plugin Name: JetEngine Macro - Current user email | |
| Plugin URI: | |
| Description: | |
| Author: Allyson Souza | |
| Version: 1.0.0 | |
| Author URI: https://www.allysonsouza.com.br | |
| */ |