PATH:
home
/
thebhoeo
/
.trash
/
backwpup
/
components
/
containers
<?php use BackWPup\Utils\BackWPupHelpers; if ( ! defined( 'ABSPATH' ) ) { exit; } /** * @var string $children Children component to display. Must fit a /part/ template. Default: null. * @var string $class Optional. Custom class to add to the container. Default: "". */ # Defaults $class = isset($class) ? " " . $class : ""; ?> <div class="max-w-screen-xl<?php echo esc_attr( $class ); ?>"> <?php isset($children) && BackWPupHelpers::children($children); ?> </div>
[-] scrollable-end.php
[edit]
[-] accordion.php
[edit]
[-] white-box.php
[edit]
[-] modal.php
[edit]
[-] sidebar.php
[edit]
[-] form-start.php
[edit]
[-] grey-box.php
[edit]
[+]
..
[-] max-screen.php
[edit]
[-] scrollable-start.php
[edit]
[-] form-end.php
[edit]
[-] green-box.php
[edit]