/home/vianto5/heredit.mx/wp-content/themes/hello-elementor/modules/admin-home/components
NameSizeModeActions
admin-menu-controller.php10960644editdlrm
admin-top-bar.php14930644editdlrm
ajax-handler.php3430644editdlrm
api-controller.php5470644editdlrm
conversion-banner.php54790644editdlrm
finder.php7580644editdlrm
notificator.php15920644editdlrm
settings-controller.php44000644editdlrm
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' ] ); } }