cl01/wp-content/plugins/nimble-builder/tmpl/modules/spacer_module_tmpl.php
2025-02-24 12:39:24 +08:00

8 lines
260 B
PHP
Executable File

<?php
/* Developers : you can override this template from a theme with a file that has this path : 'nimble_templates/modules/{original-module-template-file-name}.php' */
if ( !defined( 'ABSPATH' ) ) {
exit;
}
echo '<div class="sek-spacer"></div>';