Spamworldpro Mini Shell
Spamworldpro


Server : Apache
System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64
User : corals ( 1002)
PHP Version : 7.4.33
Disable Function : exec,passthru,shell_exec,system
Directory :  /home/corals/www/wp-content/plugins/wp-rocket/views/settings/sections/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /home/corals/www/wp-content/plugins/wp-rocket/views/settings/sections/clean-section.php
<?php
/**
 * Clean section template.
 *
 * @data array {
 *     Data to populate the template.
 *
 *     @type string $action Link action.
 *     @type string $title  Section title.
 *     @type string $label  Button label.
 * }
 */

defined( 'ABSPATH' ) || exit;
?>
<div class="wpr-field">
	<h4 class="wpr-title3"><?php echo esc_html( $data['title'] ); ?></h4>
	<?php if ( ! empty( $data['description'] ) ) { ?>
		<p><?php echo esc_html( $data['description'] ); ?></p>
	<?php } ?>
	<?php
	$this->render_action_button(
			'link',
			$data['action'],
			[
				'label'      => $data['label'],
				'attributes' => [
					'class' => 'wpr-button wpr-button--icon wpr-button--no-min-width wpr-button--small wpr-icon-trash',
				],
			]
	);
	?>
</div>

Spamworldpro Mini