Skip to content

Instantly share code, notes, and snippets.

@kellenmace
Created July 17, 2015 04:55
Show Gist options
  • Save kellenmace/66307a42123b97ef311d to your computer and use it in GitHub Desktop.
Save kellenmace/66307a42123b97ef311d to your computer and use it in GitHub Desktop.
wp_enqueue_script( 'admin_scripts', DABO_URL . 'assets/js/tenup_dashboard_admin.js', array( 'jquery' ), DABO_VERSION );
wp_enqueue_style( 'admin_styles', DABO_URL . 'assets/css/tenup_dashboard_admin.css', array(), DABO_VERSION);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment