Browse
For agents
About
Paid Membership Plugin, Ecommerce, User Registration Form, Login Form, User Profile & Restrict Content – ProfilePress
/
4.17.3
Paid Membership Plugin, Ecommerce, User Registration Form, Login Form, User Profile & Restrict Content – ProfilePress
v4.17.3
Switch version
4.17.3
4.17.2
4.17.1
4.17.0
4.16.19
4.16.18
4.16.17
4.16.16
trunk
1.0
1.0.1
1.0.2
1.1
1.1.1
1.1.2
1.1.3
1.1.4
1.1.5
1.1.5a
1.1.6
1.1.7
1.2
1.2.1
1.2.2
1.2.3
All 220 releases
Overview
Code
wp-user-avatar
/
src
/
Themes
/
Shortcode
/
ThemeInterface.php
ThemeInterface.php
13 lines
185 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
ProfilePress
\
Core
\
Themes
\
Shortcode
;
4
5
6
interface
ThemeInterface
7
{
8
public
function
get_name
(
)
;
9
10
public
function
get_structure
(
)
;
11
12
public
function
get_css
(
)
;
13
}