Skip to content

Instantly share code, notes, and snippets.

@askwpgirl
Created May 12, 2026 23:46
Show Gist options
  • Select an option

  • Save askwpgirl/a81a7cd5bf1b3f631e6422fa168c2b61 to your computer and use it in GitHub Desktop.

Select an option

Save askwpgirl/a81a7cd5bf1b3f631e6422fa168c2b61 to your computer and use it in GitHub Desktop.
Elementor - Hide Angie and V4 Options
add_action( 'elementor/editor/after_enqueue_styles', function() {
wp_add_inline_style(
'elementor-editor',
'
#elementor-panel-category-v4-elements,
#elementor-panel-category-custom-widgets {
display: none !important;
}
'
);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment