Skip to content

Instantly share code, notes, and snippets.

@ramiy
Last active February 12, 2018 00:28
Show Gist options
  • Save ramiy/207daea8ba1ba8269168f0eea403d4d5 to your computer and use it in GitHub Desktop.
Save ramiy/207daea8ba1ba8269168f0eea403d4d5 to your computer and use it in GitHub Desktop.
Add new Elementor Tab
Controls_Manager::add_tab(
'new-tab',
__( 'New Tab', 'text-domain' )
);
.elementor-panel .elementor-tab-control-new-tab a:before {
font-family: FontAwesome;
content: '\f430';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment