/home/vianto5/heredit.mx/wp-content/themes/hello-elementor/modules/admin-home/components
Edit: /home/vianto5/heredit.mx/wp-content/themes/hello-elementor/modules/admin-home/components/finder.php (758B)
esc_html__( 'Hello Theme Settings', 'hello-elementor' ),
'icon' => 'paint-brush',
'url' => admin_url( 'admin.php?page=hello-elementor-settings' ),
'keywords' => [ 'theme', 'hello', 'home', 'settings', 'plus', '+' ],
];
}
return $categories_data;
}
public function __construct() {
add_filter( 'elementor/finder/categories', [ $this, 'add_hello_theme_finder_entry' ] );
}
}