'; ?>
', '' ); ?>
get_contents( 'https://www.quemalabs.com/article/' . QL_THEME_SLUG . '-documentation/' ); $first_step = explode( '
' , $content ); $second_step = explode("
" , $first_step[1] ); echo $second_step[0]; ?>
license_page(); ?> get_contents( 'https://www.quemalabs.com/wp-json/quemalabs/v1/themes/' ); $themes = json_decode( $json ); echo '
'; foreach ( $themes as $theme ) { if ( QL_THEME_SLUG == $theme->slug ) continue; ?>
<?php echo esc_attr( $theme->slug ); ?>

name ); ?>

sub_title ); ?>

type ){ $type = esc_html__( 'Premium', 'caos' ); }else{ $type = esc_html__( 'Free', 'caos' ); } ?>
'; } ?>