Skip to content

Instantly share code, notes, and snippets.

@robneu
Last active August 29, 2015 14:11
Show Gist options
  • Save robneu/425a46e95e61bf2315b4 to your computer and use it in GitHub Desktop.
Save robneu/425a46e95e61bf2315b4 to your computer and use it in GitHub Desktop.
<?php
add_action( 'flagship_dashboard_main_panel_content', 'prefix_getting_started' );
/**
* Add helper content to the main Flagship Dashboard panel.
*
* @since 1.0.0
* @access public
* @return void
*/
function prefix_getting_started() {
// Your dashboard content here. Template, html, whatever.
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment