render_action_button( 'button', 'refresh_account', [ 'label' => __( 'Refresh info', 'rocket' ), 'attributes' => [ 'class' => 'wpr-infoAction wpr-icon-refresh', ], ] ); ?>
render_settings_sections( $data['id'] ); ?>

render_action_button( 'link', 'purge_cache', [ 'label' => __( 'Clear cache', 'rocket' ), 'parameters' => [ 'type' => 'all', ], 'attributes' => [ 'class' => 'wpr-button wpr-button--icon wpr-button--small wpr-icon-trash', ], ] ); ?>

render_action_button( 'link', 'preload', [ 'label' => __( 'Preload cache', 'rocket' ), 'attributes' => [ 'class' => 'wpr-button wpr-button--icon wpr-button--small wpr-icon-refresh', ], ] ); ?>

render_action_button( 'link', 'rocket_purge_opcache', [ 'label' => __( 'Purge OPCache', 'rocket' ), 'attributes' => [ 'class' => 'wpr-button wpr-button--icon wpr-button--small wpr-icon-trash', ], ] ); ?>

render_action_button( 'link', 'rocket_generate_critical_css', [ 'label' => __( 'Regenerate Critical CSS', 'rocket' ), 'attributes' => [ 'class' => 'wpr-button wpr-button--icon wpr-button--small wpr-icon-refresh', ], ] ); ?>
render_part( 'getting-started' ); ?>

render_action_button( 'link', 'ask_support', [ 'label' => __( 'Ask support', 'rocket' ), 'attributes' => [ 'class' => 'wpr-button wpr-button--icon wpr-button--small wpr-button--blue wpr-icon-help wpr-js-askSupport', 'target' => '_blank', ], ] ); ?>
render_part( 'documentation' ); ?>