embedpress
Last commit date
Core
1 month ago
EmbedPress
1 month ago
assets
1 month ago
languages
1 month ago
vendor
2 months ago
.env.example
1 month ago
CLAUDE.md
1 month ago
autoloader.php
9 months ago
embedpress.php
1 month ago
includes.php
1 month ago
index.html
9 years ago
milestone-demo.html
7 months ago
providers.php
5 months ago
readme.txt
1 month ago
tsconfig.node.json
9 months ago
wpml-config.xml
4 years ago
wpml-config.xml
18 lines
| 1 | <wpml-config> |
| 2 | <admin-texts> |
| 3 | <key name="embedpress:youtube"> |
| 4 | <key name="yt_sub_text" /> |
| 5 | </key> |
| 6 | </admin-texts> |
| 7 | <elementor-widgets> |
| 8 | <widget name="embedpres_elementor"> |
| 9 | <conditions> |
| 10 | <condition key="widgetType">embedpres_elementor</condition> |
| 11 | </conditions> |
| 12 | <fields> |
| 13 | <field type="YouTube Subscriber Button: Subscription Text" editor_type="LINE">yt_sub_text</field> |
| 14 | </fields> |
| 15 | </widget> |
| 16 | </elementor-widgets> |
| 17 | </wpml-config> |
| 18 |