add_render_attribute( 'play_button', 'class', 'jet-video__play-button' ); $this->add_render_attribute( 'play_button', 'role', 'button' ); if ( ! empty( $settings['play_button_hover_animation'] ) ) { $this->add_render_attribute( 'play_button', 'class', 'jet-video__play-button--animation-' . esc_attr( $settings['play_button_hover_animation'] ) ); } ?>