kalponikoronno

Elementor category register

Nov 1st, 2019
207
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.18 KB | None | 0 0
  1. public function register_new_category($manager){
  2.    $manager->add_category('testcategory', [
  3.       'title' => __('Test category', 'text-domain'),
  4.       'icon' => 'fa fa-star',
  5.    ]);
  6. }
Advertisement
Add Comment
Please, Sign In to add comment