You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
795 B

<?php
$theme_meta = [
'Theme Name' => 'PipraPay Vercel - Free',
'Theme URI' => 'https://piprapay.com/',
'Description' => 'Responsive, lightweight, fast, and modern UI for PipraPay.',
'Version' => '1.0.0',
'Author' => 'PipraPay',
'Author URI' => 'https://piprapay.com/',
'License' => 'GPL-2.0+',
'License URI' => 'http://www.gnu.org/licenses/gpl-2.0.txt',
'Text Domain' => 'piprapay-vercel',
'Domain Path' => '/languages',
'Requires at least' => '1.0.0',
'Requires PHP' => '7.4',
];
$funcFile = __DIR__ . '/functions.php';
if (file_exists($funcFile)) {
require_once $funcFile;
}
?>