Hi,
According to their documentation the code should be as below
https://toolset.com/documentation/user-guides/theme-frameworks-integration/
COPY CODE
add_action( 'init', 'wpv_dummy_framework_api' );
function wpv_dummy_framework_api() {
$framework_id = 'kleo_framework';
$framework_data = array(
'name' => __( 'kleo_framework' ),
'api_mode' => 'option',
'api_handler' => 'sq_option',
);
if ( function_exists( 'wpv_api_register_framework' ) ) {
wpv_api_register_framework( $framework_id, $framework_data );
}
}
Thanks,
Kieran
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.