MP_Addon_Slack_Actions::addon_template()
Slack notification add-on template.
Source Source
File: calculator-slack-notification-add-on/inc/MP_Addon_Slack_Actions.php
public function addon_template() {
?>
<div class="mortgage-calculator-addon">
<h3><?php echo esc_html__('Slack Notification add-on','CalculatorsSlackNotificationAddon'); ?></h3>
<p><?php echo esc_html__('Description','CalculatorsSlackNotificationAddon'); ?></p>
<a href="#" class="addon"><?php echo esc_html__('install add-on','CalculatorsSlackNotificationAddon'); ?></a>
</div>
<?php
}
Changelog Changelog
| Version | Description |
|---|---|
| 1.0.0 | Introduced. |