Browse
For agents
About
WP All Export – Drag & Drop Export to Any Custom CSV, XML & Excel
/
1.1.2
WP All Export – Drag & Drop Export to Any Custom CSV, XML & Excel
v1.1.2
Switch version
trunk
0.9.0
0.9.1
1.0.0
1.0.1
1.0.2
1.0.3
1.0.4
1.0.5
1.0.6
1.0.7
1.0.8
1.0.9
1.1.0
1.1.1
1.1.2
1.1.3
1.1.4
1.1.5
1.2.0
1.2.1
1.2.10
1.2.2
1.2.3
1.2.4
All 57 releases
Overview
Code
wp-all-export
/
classes
/
CdataStrategy.php
CdataStrategy.php
in WP All Export – Drag & Drop Export to Any Custom CSV, XML & Excel 1.1.2, at classes/CdataStrategy.php
7 lines
88 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
4
interface
CdataStrategy
5
{
6
public
function
should_cdata_be_applied
(
$
field
)
;
7
}