Start Theme Repo
This commit is contained in:
21
src/Theme/Customizer/Slider.php
Normal file
21
src/Theme/Customizer/Slider.php
Normal file
@@ -0,0 +1,21 @@
|
||||
<?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.
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user