| Server IP : 34.87.99.72 / Your IP : 216.73.217.31 Web Server : Apache/2.4.46 (Unix) OpenSSL/1.1.1n System : Linux zlock-bitnami-lamp-prod-v2-vm 4.19.0-16-cloud-amd64 #1 SMP Debian 4.19.181-1 (2021-03-19) x86_64 User : bitnami ( 1000) PHP Version : 7.4.18 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : OFF Directory : /opt/bitnami/apache/htdocs/web/wp-content/themes/kalium/includes/admin-templates/about/ |
Upload File : |
<?php
/**
* Kalium WordPress Theme
*
* Demo content install page.
*
* @author Laborator
* @link https://kaliumtheme.com
*/
if ( ! defined( 'ABSPATH' ) ) {
exit; // Direct access not allowed.
}
?>
<div class="about-kalium__heading">
<h2>Demos</h2>
<p>Choose the demo content pack to install on your site. You may install one or more demo content
packs at the same time. You can remove an imported content pack by simply clicking Uninstall
button and choose the content types to remove from your site.
</p>
</div>
<a href="<?php echo esc_url( Kalium_About::get_tab_link( 'system-status' ) ); ?>" class="button margin-right">Check
your System Status</a>
<a href="https://documentation.laborator.co/kb/kalium/demo-content-import/" target="_blank" rel="noreferrer noopener" class="button button-primary">Read
more</a>
<?php
/**
* Demo content packs.
*/
Kalium_Demo_Content_Importer::instance()->list_demo_content_packs();