Skip to content

Instantly share code, notes, and snippets.

@zzfortezz
Last active November 9, 2018 08:22
Show Gist options
  • Save zzfortezz/eef1ff60c065f49712b982f04b05d459 to your computer and use it in GitHub Desktop.
Save zzfortezz/eef1ff60c065f49712b982f04b05d459 to your computer and use it in GitHub Desktop.
<?php
public function initiate_elementor_addons()
{
Elementor\Plugin::instance()->elements_manager->add_category(
'my-section',
array(
'title' => __('Addon Elementor Extentions', 'addon_elementor')
),
1
);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment