MP_Addon_SMS_Widget::get_sms_widget()
Get SMS Widget.
Source Source
File: calculator-sms-add-on/inc/MP_Addon_SMS_Widget.php
public function get_sms_widget() {
MP_Callback::check_nonce( $_POST['nonce'], 'mortgage_sms-widget' );
/**
* Widget template.
*/
require_once plugin_dir_path( __FILE__ ) . '../templates/widget.php';
wp_die();
}
Changelog Changelog
| Version | Description |
|---|---|
| 1.0.0 | Introduced. |