esc_html__( 'Hello Theme Home', 'hello-elementor' ), 'icon' => 'paint-brush', 'url' => admin_url( 'admin.php?page=hello-elementor' ), 'keywords' => [ 'theme', 'hello', 'home', 'plus', '+' ], ]; } return $categories_data; } public function __construct() { add_filter( 'elementor/finder/categories', [ $this, 'add_hello_theme_finder_entry' ] ); } }