Skip to content

Instantly share code, notes, and snippets.

@mrbobbybryant
Created January 20, 2015 18:10
Show Gist options
  • Save mrbobbybryant/327d90be32c3c3e4b0fd to your computer and use it in GitHub Desktop.
Save mrbobbybryant/327d90be32c3c3e4b0fd to your computer and use it in GitHub Desktop.
Properly including external files into a WordPress plugin
<?php
require_once ( plugin_dir_path(__FILE__) . 'wp-job-cpt.php' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment