/
home
/
vianto5
/
heredit.mx
/
wp-content
/
plugins
/
wp-rocket
/
views
/
settings
/
partials
/
/home/vianto5/heredit.mx/wp-content/plugins/wp-rocket/views/settings/partials
mkdir
upload
Name
Size
Mode
Actions
documentation.php
628
0644
edit
dl
rm
getting-started.php
1265
0644
edit
dl
rm
sidebar.php
2297
0644
edit
dl
rm
Edit:
/home/vianto5/heredit.mx/wp-content/plugins/wp-rocket/views/settings/partials/documentation.php
(628B)
<?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', ], ] ); ?> </div>
Save
render_action_button( 'link', 'documentation', [ 'label' => __( 'Read the documentation', 'rocket' ), 'attributes' => [ 'target' => '_blank', 'class' => 'wpr-button wpr-button--small wpr-button--blueDark', ], ] ); ?>