esc_html__( 'Go back', 'maxcoach' ),
'link' => [
'url' => 'javascript:void(0)',
],
'icon' => 'far fa-history',
'id' => 'btn-go-back',
] );
Maxcoach_Templates::render_button( [
'text' => esc_html__( 'Homepage', 'maxcoach' ),
'link' => [
'url' => esc_url( home_url( '/' ) ),
],
'icon' => 'far fa-home',
'id' => 'btn-return-home',
] );
?>