PluginProbe
Solid Performance – Your No-Code Caching, Performance, & Page Speed Solution / trunk
Solid Performance – Your No-Code Caching, Performance, & Page Speed Solution vtrunk
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 trunk, at src/views/settings/page.php

27 lines 859 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php
2 /**
3 * Settings HTML Kadence 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 <?php if ( apply_filters( 'kadence_performance_show_logo', true ) ) : ?>
13 <div class="solidwp-performance-settings-header">
14 <img
15 src="<?php echo esc_url( trailingslashit( plugin_dir_url( SWPSP_PLUGIN_FILE ) ) . 'images/solid_performance_logo.svg' ); ?>"/>
16 </div>
17 <?php endif ?>
18 <!-- Settings Page Header hide other notices -->
19 <div class="solidwp-performance-settings-title">
20 <h2><?php esc_html_e( 'Performance Settings', 'solid-performance' ); ?></h2>
21 </div>
22 <div class="solidwp-performance-settings-main">
23 </div>
24 </div>
25 </div>
26 </div>
27