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. */ ?> <aside class="bg-primary-base rounded-lg p-8 flex-auto flex flex-col"> <?php isset($children) && BackWPupHelpers::children($children); ?> </aside>
[-] 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]