Skip to content

Instantly share code, notes, and snippets.

@lucianobragaweb
Last active February 19, 2022 13:36
Show Gist options
  • Save lucianobragaweb/7739511 to your computer and use it in GitHub Desktop.
Save lucianobragaweb/7739511 to your computer and use it in GitHub Desktop.
Exemplo de cabeçalho de Plugin Wordpress
<?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