hi
We added this into the functions file child theme:
add_action('after_setup_theme', 'x_show_soliloquy_license');
function x_show_soliloquy_license() {
remove_action( 'init', 'x_soliloquy_remove_license_functionality', 9999 );
}
but it still isn’t showing the settings on the soliloquy General page
Please advise so we can access the admins
UPDATE: found it here. Please update code on your THEME DOC site.