PluginProbe
Solid Performance – Your No-Code Caching, Performance, & Page Speed Solution / 1.3.0
Solid Performance – Your No-Code Caching, Performance, & Page Speed Solution v1.3.0
2.0.1 trunk 1.0.0 1.1.0 1.2.0 1.3.0 1.3.1 1.3.2 1.3.3 1.4.0 1.4.1 1.4.2 1.5.0 1.6.0 1.6.1 1.7.0 1.7.1 1.8.0 1.9.0 2.0.0
solid-performance / src / views / settings / page.php

page.php in Solid Performance – Your No-Code Caching, Performance, & Page Speed Solution 1.3.0, at src/views/settings/page.php

24 lines 755 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php
2 /**
3 * Settings HTML Solid Performance.
4 */
5
6 do_action( 'stellarwp/telemetry/optin', 'solid-performance' );
7
8 ?>
9 <div class="wrap solidwp-performance-settings-page">
10 <div class="solidwp-performance-settings-container">
11 <div class="solidwp-performance-settings-wrap">
12 <div class="solidwp-performance-settings-header">
13 <img src="<?php echo esc_url( trailingslashit( plugin_dir_url( SWPSP_PLUGIN_FILE ) ) . 'images/solid_performance_logo.svg' ); ?>" />
14 </div>
15 <!-- Settings Page Header hide other notices -->
16 <div class="solidwp-performance-settings-title">
17 <h2><?php esc_html_e( 'Performance Settings', 'solid-performance' ); ?></h2>
18 </div>
19 <div class="solidwp-performance-settings-main">
20 </div>
21 </div>
22 </div>
23 </div>
24