Ark Wordpress

Hakimus

New member
Nov 27, 2018
9
0
1
H5,

Looking for latest ARK Wordpress theme..can someone help me(Babatio)?

Regards.
 

NullMaster

Well-known member
Null Master
Trusted Uploader
Jul 25, 2018
12,062
22,063
120
:)(y)
license key : e2bf8d6d-1710-429a-8ea0-7f900735f0c7
email: any mail
 

NullMaster

Well-known member
Null Master
Trusted Uploader
Jul 25, 2018
12,062
22,063
120
if not nulled.
please change....
\themes\ark\framework\adminScreens\themeDashboard
file: class.ffAdminScreenThemeDashboardViewDefault.php

class ffAdminScreenThemeDashboardViewDefault extends ffAdminScreenView {

public function actionSave( ffRequest $request ) {
}

protected function _render() {

$licensing = ffContainer()->getLicensing();
$licensing->setLicenseKey( 'e2bf8d6d-1710-429a-8ea0-7f900735f0c7' );

var_Dump( $licensing->getLicenseKey() );

$info = $licensing->getUpdateInfo();
$info = $licensing->registerThisSite();

var_dump( $info );

$licensing->getInformationsForLicenseKey( 'fsfc-7yb3-vw8w-cab2-5wn87g' );
//e2bf8d6d-1710-429a-8ea0-7f900735f0c7
var_dump($licensing->registerThisSite( 'fsfc-7yb3-vw8w-cab2-5wn87g' ));


$dummyManager = ffContainer()->getThemeFrameworkFactory()->getDummyContentManager();
var_dump( $dummyManager->getAllInstalledDemos() );

$dummyManager->removeInstalledDemo( 'General' );

$importManager = ffContainer()->getThemeFrameworkFactory()->getImportManager();
$importManager->importFileInSteps( get_template_directory().'/dummy/general/config.json');
//
var_dump( $importManager->getStatusMessage() );
$themeOptionsUrl = admin_url('admin.php?page=ThemeOptions');
echo '<script> setTimeout(function(){ window.location="'.$themeOptionsUrl.'" }, 1000 )</script>';
die();
}
 

About us

  • Our community has been around for many years and pride ourselves on offering unbiased, critical discussion among people of all different backgrounds. We are working every day to make sure our community is one of the best.

Quick Navigation

User Menu