Browse
For agents
About
BetterLinks – Link Shortener, Link Cloaking, Redirects, Affiliate Link Manager & MCP
/
trunk
BetterLinks – Link Shortener, Link Cloaking, Redirects, Affiliate Link Manager & MCP
vtrunk
Switch version
3.1.3
3.1.2
3.1.1
3.1.0
3.0.1
3.0.0
2.4.13
2.4.12
2.4.11
2.4.10
trunk
1.0.0
1.0.1
1.0.2
1.0.3
1.0.4
1.0.5
1.1.0
1.1.1
1.1.2
1.1.3
1.1.4
1.1.5
1.1.6
1.1.7
All 110 releases
Overview
Code
betterlinks
/
includes
/
Interfaces
/
ImportOneClickInterface.php
ImportOneClickInterface.php
in BetterLinks – Link Shortener, Link Cloaking, Redirects, Affiliate Link Manager & MCP trunk, at includes/Interfaces/ImportOneClickInterface.php
9 lines
160 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
BetterLinks
\
Interfaces
;
3
if
(
!
defined
(
'
ABSPATH
'
)
)
{
exit
;
}
4
5
interface
ImportOneClickInterface
{
6
7
public
function
run_importer
(
$
data
)
;
8
}
9