Skip to content

Commit

Permalink
Merge pull request #982 from Codeinwp/feat/pro/511
Browse files Browse the repository at this point in the history
Removed plugin roadmap submenu
  • Loading branch information
selul authored Jul 8, 2024
2 parents 98cb307 + af40cf9 commit 35c6562
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions includes/admin/class-rop-admin.php
Original file line number Diff line number Diff line change
Expand Up @@ -659,14 +659,6 @@ public function menu_pages() {
'rop_addons_page',
)
);

add_submenu_page(
'TweetOldPost',
__( 'Roadmap', 'tweet-old-post' ),
__( 'Plugin Roadmap', 'tweet-old-post' ),
'manage_options',
'https://trello.com/b/svAZqXO1/roadmap-revive-old-posts'
);
}

/**
Expand Down

0 comments on commit 35c6562

Please sign in to comment.