Files
Romhack-Plaza---WordPress-T…/src/Theme/Customizer/Slider.php
2026-01-29 19:10:03 +01:00

21 lines
385 B
PHP

<?php
namespace RomhackPlaza\Theme\Customizer;
use RomhackPlaza\Theme\Customizer;
defined( '\ABSPATH' ) || exit;
class Slider extends Abstract_Section {
/**
* All settings are from Treville base.
* @param $wp_customize
* @return void
*/
public function section( $wp_customize ): void {
// Not copied for now. Not useful for the Plaza.
}
}