Skip to content

Commit

Permalink
Add docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanrice committed May 21, 2015
1 parent 66e4a7e commit a1623b7
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,14 @@ function seodt_init() {
require_once( SEODT_PLUGIN_DIR . '/admin.php' );
require_once( SEODT_PLUGIN_DIR . '/functions.php' );

/**
* Init hook.
*
* Hook fires after plugin functions are loaded.
*
* @since 0.9.10
*
*/
do_action( 'seodt_init' );

}
Expand Down

0 comments on commit a1623b7

Please sign in to comment.