MP_Addon_SMS_AdminChat::chats_index()
Template Chats Page.
Source Source
File: calculator-sms-add-on/inc/MP_Addon_SMS_AdminChat.php
public function chats_index() {
/**
* Chats template.
*/
require_once plugin_dir_path( __FILE__ ) . '../templates/chats.php';
}
Changelog Changelog
| Version | Description |
|---|---|
| 1.0.0 | Introduced. |