add wp-rocket

This commit is contained in:
nguyen dung
2022-02-18 19:09:35 +07:00
parent 39b8cb3612
commit 3110d00ee7
927 changed files with 271703 additions and 2 deletions

View File

@@ -0,0 +1,23 @@
<?php
/**
* Settings fields wrapper template.
*
* @since 3.0
*
* @param array $data {
* Fields container data.
*
* @type string $id Section identifier.
* @type string $title Section title.
* @type string $description Section description.
* @type string $help Data to pass to beacon.
* @type string $page Page section identifier.
* }
*/
defined( 'ABSPATH' ) || exit;
?>
<?php echo esc_html( $data['title'] ); ?>
<?php
$this->render_settings_fields( $data['page'], $data['id'] );