Last active
February 19, 2022 13:36
-
-
Save lucianobragaweb/7739511 to your computer and use it in GitHub Desktop.
Exemplo de cabeçalho de Plugin Wordpress
This file contains 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 | |
/* | |
Plugin Name: My Awesome Plugin | |
Plugin URI: https://lucianobragaweb.github.io/my-plugin-page | |
Description: Este plugin faz alguma coisa bem legal... | |
Version: 1.0 | |
Author: Luciano Braga | |
Author URI: https://lucianobragaweb.github.io | |
*/ | |
?> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment