HEX
Server: Apache/2.4.52 (Ubuntu)
System: Linux spn-python 5.15.0-89-generic #99-Ubuntu SMP Mon Oct 30 20:42:41 UTC 2023 x86_64
User: arjun (1000)
PHP: 8.1.2-1ubuntu2.20
Disabled: NONE
Upload Files
File: /var/www/html/shootinschool/wp-content/plugins/woo-order-export-lite/view/tab/help.php
<?php
if ( ! defined( 'ABSPATH' ) ) {
	exit; // Exit if accessed directly
}

$user_guide_link = '<a href="https://docs.algolplus.com/order-export-docs/" target=_blank>' . __( 'user guide',
		'woo-order-export-lite' ) . '</a>';
$helpdesk_link = '<a href="https://algolplus.freshdesk.com" target=_blank>' . __( 'helpdesk system',
		'woo-order-export-lite' ) . '</a>';
$settings_link = '<a href="' . admin_url( 'admin.php?page=wc-order-export&tab=tools' ) . '" target=_blank>' . __( 'settings',
		'woo-order-export-lite' ) . '</a>';
$snippets_link = '<a href="https://algolplus.com/plugins/snippets-plugins/" target=_blank>' . __( 'code snippets',
		'woo-order-export-lite' ) . '</a>';
$samples_link  = '<a href="https://algolplus.com/plugins/code-samples/" target=_blank>' . __( 'this page',
		'woo-order-export-lite' ) . '</a>';
?>
<div class="weo_clearfix"></div>
<div id="woe-admin" class="container-fluid wpcontent">
    <br>
    <p>
     <?php echo sprintf( __( "Please, review %s at first.",'woo-order-export-lite' ), $user_guide_link ); ?>
     <br>
     <br>
     <?php echo sprintf( __( 'Need help? Create ticket in %s .', 'woo-order-export-lite' ), $helpdesk_link ); ?>
     <br>
     <br>
		<?php echo sprintf( __( "Don't forget to attach your %s or some screenshots. It will significantly reduce reply time :)",
			'woo-order-export-lite' ), $settings_link ); ?></p>
    <br>
    <p><?php echo sprintf( __( 'Look at %s for popular plugins or check %s to study how to extend the plugin.',
			'woo-order-export-lite' ), $snippets_link, $samples_link ); ?></p>
</div>