From e1293011c2814d2419cb6c6e7351f784d272028c Mon Sep 17 00:00:00 2001 From: kevin dees Date: Wed, 12 Aug 2015 09:30:39 -0400 Subject: [PATCH] add theme page action hook --- plugins/theme-options/init.php | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/theme-options/init.php b/plugins/theme-options/init.php index 8647ccd..850f544 100644 --- a/plugins/theme-options/init.php +++ b/plugins/theme-options/init.php @@ -60,6 +60,7 @@ public function menu() public function page() { + do_action('tr_theme_options_page', $this); echo '
'; $file = apply_filters( 'tr_theme_options_page', __DIR__ . '/admin.php' ); if (file_exists( $file )) {