get_contents( $changelog_file ); $changelog_list = elemento_business_parse_changelog( $changelog ); echo wp_kses_post( $changelog_list ); } } function elemento_business_parse_changelog( $content ) { $content = explode ( '== ', $content ); $changelog_isolated = ''; foreach ( $content as $key => $value ) { if (strpos( $value, 'Changelog ==') === 0) { $changelog_isolated = str_replace( 'Changelog ==', '', $value ); } } $changelog_array = explode( '= ', $changelog_isolated ); unset( $changelog_array[0] ); $changelog = '
'; foreach ( $changelog_array as $value) { $value = preg_replace( '/\n+/', '', $value ); $value = '
= ' . $value . '

'; $changelog .= str_replace( '', '', $value ); } $changelog .= '
'; return wp_kses_post( $changelog ); } //guidline for about theme function elemento_business_mostrar_guide() { //custom function about theme customizer $elemento_business_return = add_query_arg( array()) ; $elemento_business_theme = wp_get_theme( 'elemento-business' ); ?>

:





recommended_actions; ?>

> Then click to Return to Required Plugins Installer ', 'elemento-business' ); ?>

> Then click to Return to Required Plugins Installer ', 'elemento-business' ); ?>

> Then click to Return to the Dashboard', 'elemento-business' ); ?>

> Click on the start now button', 'elemento-business' ); ?>

> Click install plugins', 'elemento-business' ); ?>

> Click import demo button to setup the theme and click visit your site button', 'elemento-business' ); ?>