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 : class-wpmtst-onboarding.php
<?php
if ( ! class_exists( 'WP_List_Table' ) ) {
	require_once ABSPATH . 'wp-admin/includes/class-wp-list-table.php';
}
if ( ! class_exists( 'WP_Posts_List_Table' ) ) {
	require_once ABSPATH . 'wp-admin/includes/class-wp-posts-list-table.php';
}

class WPMTST_Onboarding extends WP_Posts_List_Table {


	// Your custom list table is here
	public function display() {

		$new_gal_url = admin_url( 'post-new.php?post_type=wpm-testimonial' );
		?>
		<div class="wpmtst-onboarding-wrapper">

			<div class="wpmtst-onboarding-title">
				<img src="<?php echo esc_url( WPMTST_ADMIN_URL ) . 'img/onboarding/WPChill-Onboarding-Wave.png'; ?>" class="wpmtst-onboarding-title-icon" /> <span><?php esc_html_e( 'Hi, there!', 'strong-testimonials' ); ?></span>
			</div>
			<div class="wpmtst-onboarding-text-wrap">
				<p><?php esc_html_e( 'In just a few steps, you will be collecting and publishing your testimonials or reviews. Beginners and pros alike will appreciate the wealth of flexible features refined over 4 years from user feedback and requests.', 'strong-testimonials' ); ?></p>
			</div>
			<div class="wpmtst-onboarding-banner-wrap">
				<img src="<?php echo esc_url( WPMTST_ADMIN_URL ) . 'img/onboarding/st-banner.png'; ?>" class="wpmtst-onboarding-banner" />
			</div>
			<div class="wpmtst-onboarding-button-wrap">
				<a href="<?php echo esc_url( $new_gal_url ); ?>" class="wpmtst-onboarding-button"><?php esc_html_e( 'Create your first testimonial', 'strong-testimonials' ); ?></a>
			</div>
			<div class="wpmtst-onboarding-doc-wrap">
				<p class="wpmtst-onboarding-doc" >
				<?php
					// translators: %1$s is the opening HTML tag for the documentation link, %2$s is the closing HTML tag for the documentation link.
					echo sprintf( esc_html__( 'Need help? Check out %1$s our documentation%2$s.', 'strong-testimonials' ), '<a href="https://strongtestimonials.com/kb/" target="_blank">', '</a>' );
				?>
				</p>
			</div>
		</div>
		<?php
	}
}

© 2026 GrazzMean-Shell