Skip to content

Instantly share code, notes, and snippets.

@jerrickhakim
Last active April 16, 2018 06:07
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 jerrickhakim/d03b86a00a49a065f1e5fc7b7e4d4654 to your computer and use it in GitHub Desktop.
Save jerrickhakim/d03b86a00a49a065f1e5fc7b7e4d4654 to your computer and use it in GitHub Desktop.
Starting a WordPress Plugin
<?php
/*
Plugin Name: Name
Plugin URI: http://url.com
Description: Create amazing pluigns
Version: 1.
Author: Jerrick Hakim
Author URI: http://jhakim.com
*/
define( 'MY_PLUGIN_PATH', plugin_dir_path( __FILE__ ) );
include( MY_PLUGIN_PATH . 'assets/acf/advanced-custom-fields-pro/acf.php');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment