HEX
Server: Apache
System: Linux 4801f1b1.ptr.provps.com 6.17.8-1.el9.elrepo.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Nov 13 18:02:25 EST 2025 x86_64
User: nassaugo (1004)
PHP: 8.1.34
Disabled: exec,passthru,shell_exec,system
Upload Files
File: /home/nassaugo/public_html/wp-content/plugins/wp-rocket/views/settings/partials/documentation.php
<?php
/**
 * Documentation block template.
 *
 * @since 3.0
 */

defined( 'ABSPATH' ) || exit;

?>

<div class="wpr-documentation">
	<i class="wpr-icon-book"></i>
	<h3 class="wpr-title2"><?php esc_html_e( 'Documentation', 'rocket' ); ?></h3>
	<p><?php esc_html_e( 'It is a great starting point to fix some of the most common issues.', 'rocket' ); ?></p>

	<?php
	$this->render_action_button(
		'link',
		'documentation',
		[
			'label'      => __( 'Read the documentation', 'rocket' ),
			'attributes' => [
				'target'                 => '_blank',
				'class'                  => 'wpr-button wpr-button--small wpr-button--blueDark',
				'data-wpr_track_help'    => 'Documentation',
				'data-wpr_track_context' => 'Sidebar',
			],
		]
	);
	?>

</div>