Skip to content

Commit

Permalink
add theme page action hook
Browse files Browse the repository at this point in the history
  • Loading branch information
robojuicedev committed Aug 12, 2015
1 parent 1a2738a commit e129301
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugins/theme-options/init.php
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ public function menu()

public function page()
{
do_action('tr_theme_options_page', $this);
echo '<div id="wrap">';
$file = apply_filters( 'tr_theme_options_page', __DIR__ . '/admin.php' );
if (file_exists( $file )) {
Expand Down

0 comments on commit e129301

Please sign in to comment.