Browse
For agents
About
Texty – SMS Notification for WordPress, WooCommerce, Dokan and more
/
1.1.3
Texty – SMS Notification for WordPress, WooCommerce, Dokan and more
v1.1.3
Switch version
2.0.2
trunk
0.2
1.0
1.1
1.1.1
1.1.2
1.1.3
1.1.4
1.1.5
2.0.0
2.0.1
Overview
Code
texty
/
includes
/
Admin.php
Admin.php
in Texty – SMS Notification for WordPress, WooCommerce, Dokan and more 1.1.3, at includes/Admin.php
18 lines
198 B
Find file
t
No matching file
Up and down to move
Enter to open
Esc to close
Raw
Download
Zip
View raw
1
<
?
php
2
3
namespace
Texty
;
4
5
/**
6
* Manager Class
7
*/
8
class
Admin
{
9
10
/**
11
* Initialize
12
*/
13
public
function
__construct
(
)
{
14
new
Admin
\
Menu
(
)
;
15
new
Admin
\
Profile
(
)
;
16
}
17
}
18