Uname: Linux webm012.cluster130.gra.hosting.ovh.net 5.15.167-ovh-vps-grsec-zfs-classid #1 SMP Tue Sep 17 08:14:20 UTC 2024 x86_64
Software: Apache
PHP version: 8.0.30 [ PHP INFO ] PHP os: Linux
Server Ip: 145.239.37.162
Your Ip: 216.73.216.190
User: dreampi (1009562) | Group: users (100)
Safe Mode: OFF
Disable Function:
_dyuweyrj4,_dyuweyrj4r,dl

name : help.js
/**
 * WordPress dependencies
 */
const { __ } = wp.i18n;
const { Fragment } = wp.element;
const { withFilters } = wp.components;

export const HelpTab = () => {
	return (
		<div className="thebase-desk-help-inner">
			<h2>{ __( 'Welcome to basetheme!', 'basetheme' ) }</h2>
			<p>{ __( 'You are going to love working with this theme! View the video below to get started with our video tutorials or click the view knowledge base button below to see all the documentation.', 'basetheme' ) }</p>
			<div className="video-container">
				<a href="https://www.youtube.com/watch?v=GqEecMF7WtE"><img width="1280" height="720" src={ thebaseDashboardParams.videoImage } alt={ __( 'basetheme Theme Getting Started Tutorial - 10 Minute Quick Start Guide', 'basetheme' ) } /></a>
			</div>
			<a href="https://basetheme.net/learn-thebase" className="thebase-desk-button" target="_blank">{ __( 'Video Tutorials', 'basetheme' ) }</a><a href="https://basetheme.net/knowledge-base/" className="thebase-desk-button thebase-desk-button-second" target="_blank">{ __( 'View Knowledge Base', 'basetheme' ) }</a>
		</div>
	);
};

export default withFilters( 'thebase_theme_help' )( HelpTab );
© 2026 GrazzMean-Shell