Browse
For agents
About
CatFolders – WordPress Media Library Folders & Categories
/
trunk
CatFolders – WordPress Media Library Folders & Categories
vtrunk
Switch version
2.5.6
2.5.5
trunk
1.6.1
1.8
1.9
2.0
2.2
2.3.1
2.3.2
2.4.4
2.4.7
2.4.8
2.4.9
2.5.0
2.5.1
2.5.2
2.5.3
2.5.4
Overview
Code
catfolders
/
includes
/
Plugin.php
Plugin.php
in CatFolders – WordPress Media Library Folders & Categories trunk, at includes/Plugin.php
15 lines
196 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
namespace
CatFolders
;
3
4
defined
(
'
ABSPATH
'
)
||
exit
;
5
class
Plugin
{
6
public
function
__construct
(
)
{
7
}
8
9
public
static
function
activate
(
)
{
10
}
11
12
public
static
function
deactivate
(
)
{
13
}
14
}
15