actions-error.php
330 Bytes
<?php
/**
* Design wizard template file for actions-error.
*
* @since 4.4.0
*
* @package LearnDash_Design_Wizard
*/
if ( ! defined( 'ABSPATH' ) ) {
exit();
}
?>
<div class="actions">
<div class="buttons">
<button class="button exit">
<?php esc_html_e( 'Exit to Setup', 'learndash' ); ?>
</button>
</div>
</div>