Browse: Home / Hooks /

learndash_mark_complete_input_button_html

apply_filters( 'learndash_mark_complete_input_button_html',  string $input_button_html,  WP_Post $post,  string $button_id,  string $button_class,  string $button_disabled,  string $button_label )

Filters the HTML of the mark complete input button.


Description #


Parameters #

$input_button_html

(string) The HTML of the mark complete input button.

$post

(WP_Post) WP_Post object being displayed.

$button_id

(string) The HTML ID attribute of the button.

$button_class

(string) The HTML class attribute of the button.

$button_disabled

(string) The HTML disabled attribute of the button.

$button_label

(string) The label of the button.


Return #

(string) Returns the HTML of the mark complete input button.


Source #

File: includes/course/ld-course-progress.php


Changelog #

Changelog
Version Description
4.24.0 Introduced.