Skip to content

Commit a1623b7

Browse files
committed
Add docs.
1 parent 66e4a7e commit a1623b7

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

plugin.php

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,14 @@ function seodt_init() {
164164
require_once( SEODT_PLUGIN_DIR . '/admin.php' );
165165
require_once( SEODT_PLUGIN_DIR . '/functions.php' );
166166

167+
/**
168+
* Init hook.
169+
*
170+
* Hook fires after plugin functions are loaded.
171+
*
172+
* @since 0.9.10
173+
*
174+
*/
167175
do_action( 'seodt_init' );
168176

169177
}

0 commit comments

Comments
 (0)