has_heading() ) { $article_attributes .= ' aria-labelledby="' . esc_attr( $modal->get_id() . '-heading' ) . '"'; } ?>
>
print_content(); ?>
has_actions() ) : ?>
get_actions() as $action ) { $element_type = $action['type']; $attributes = $modal->get_attribute_string( $action['attributes'] ); echo wp_kses_post( "<{$element_type} {$attributes}>{$action['text']}" ); }?>