Browse
For agents
About
Embed Privacy
/
1.10.7
Embed Privacy
v1.10.7
Switch version
1.14.0
1.13.0
trunk
0.1
1.0.0
1.0.1
1.0.2
1.1.0
1.1.1
1.1.2
1.1.3
1.10.0
1.10.1
1.10.10
1.10.2
1.10.3
1.10.4
1.10.5
1.10.6
1.10.7
1.10.8
1.10.9
1.11.0
1.11.1
1.11.2
All 68 releases
Overview
Code
embed-privacy
/
inc
/
integration
/
class-twitter.php
class-twitter.php
in Embed Privacy 1.10.7, at inc/integration/class-twitter.php
14 lines
302 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
epiphyt
\
Embed_Privacy
\
integration
;
3
4
/**
5
* Twitter/X integration for Embed Privacy.
6
*
7
*
@author
Epiphyt
8
*
@deprecated
1.10.5 Use epiphyt\Embed_Privacy\integration\X instead
9
*
@license
GPL2
10
*
@package
epiphyt\Embed_Privacy
11
*
@since
1.10.0
12
*/
13
final
class
Twitter
extends
X
{
}
14