Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save domantasg/6bda21d6dc46ce4a1e6a6fc51f863be0 to your computer and use it in GitHub Desktop.
Save domantasg/6bda21d6dc46ce4a1e6a6fc51f863be0 to your computer and use it in GitHub Desktop.
<?php
/*
Plugin Name: My First Plugin
Description: This is my first plugin! It makes a new admin menu link!
Author: Your Name
*/
// Include mfp-functions.php, use require_once to stop the script if mfp-functions.php is not found
require_once plugin_dir_path(__FILE__) . 'includes/mfp-functions.php';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment