Last active
February 12, 2018 10:40
-
-
Save ramiy/546c0c0ae812e73a819fe4989c8aebe2 to your computer and use it in GitHub Desktop.
Assign an Elementor Widget to a Category
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
public function get_categories() { | |
return [ 'theme-elements' ]; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment