Title: Remove from menu
Last modified: June 13, 2022

---

# Remove from menu

 *  Resolved [eriktailor](https://wordpress.org/support/users/eriktailor/)
 * (@eriktailor)
 * [3 years, 11 months ago](https://wordpress.org/support/topic/remove-from-menu-4/)
 * Hello!
 * I would like to hide the “Import demo data” item from the WordPress admin menu,
   after the import was completed.
 * Yes I tried the `ocdi/after_import` filter with `remove_submenu_page( 'themes.
   php', 'one-click-demo-import' );` but it doesn’t seem to work…
 * Can somebody write a code for this purpose?
 * Thanks!
    Erik

Viewing 1 replies (of 1 total)

 *  Plugin Author [Gregor Capuder](https://wordpress.org/support/users/capuderg/)
 * (@capuderg)
 * [3 years, 11 months ago](https://wordpress.org/support/topic/remove-from-menu-4/#post-15752593)
 * Hi Erik,
 * I would advise against it, because you could prevent your users to access our
   plugin in cases when their import did not finish successfully and they would 
   need to run it once more…
 * We don’t have any custom code for this particular use case, but I guess you would
   have to create a WP Option flag, which would be set after the OCDI import hook,
   and then if that flag is set, you would remove the submenu page in the correct
   WP menu hook (with correct priority).
 * Take care!

Viewing 1 replies (of 1 total)

The topic ‘Remove from menu’ is closed to new replies.

 * ![](https://ps.w.org/one-click-demo-import/assets/icon-256x256.png?rev=2506685)
 * [One Click Demo Import](https://wordpress.org/plugins/one-click-demo-import/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/one-click-demo-import/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/one-click-demo-import/)
 * [Active Topics](https://wordpress.org/support/plugin/one-click-demo-import/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/one-click-demo-import/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/one-click-demo-import/reviews/)

## Tags

 * [ocdi](https://wordpress.org/support/topic-tag/ocdi/)

 * 1 reply
 * 2 participants
 * Last reply from: [Gregor Capuder](https://wordpress.org/support/users/capuderg/)
 * Last activity: [3 years, 11 months ago](https://wordpress.org/support/topic/remove-from-menu-4/#post-15752593)
 * Status: resolved