PluginProbe
Cookiebot by Usercentrics – Automatic Cookie Banner for GDPR/CCPA & Google Consent Mode / 4.7.3
Cookiebot by Usercentrics – Automatic Cookie Banner for GDPR/CCPA & Google Consent Mode v4.7.3
4.7.3 4.7.2 4.7.1 trunk 2.3.0 2.4.0 2.4.1 2.4.2 2.5.0 3.0.0 3.0.1 3.1.0 3.10.0 3.10.1 3.11.1 3.11.2 3.11.3 3.2.0 3.3.0 3.3.1 3.4.0 3.4.1 3.4.2 3.5.0 3.6.0 All 93 releases
← All changes | documentation/admin-ui.md +2 -12 3.1.04.7.3 View file →
@@ -36,25 +36,15 @@
36 36
37 37
38 38 On top of that, there are also few filters to manipulate the placeholders:
39 39
40 -#### Twitter
41 -
42 -- ```add_filter('cookiebot_addons_embed_twitter_source', $source)```
43 -
44 -This filter is used to manipulate the source attribute for twitter videos
45 -
46 -- ```add_filter('cookiebot_addons_embed_twitter_placeholder', $content, $source, $cookie_types)```
47 -
48 -This filter is used to manipulate the placeholder output
49 -
50 40 #### Youtube, Vimeo and Facebook
51 41
52 -- ```add_filter('cookiebot_addons_embed_source', $source)```
42 +- ```add_filter('cybot_cookiebot_addons_embed_source', $source)```
53 43
54 44 This filter is used to manipulate the source attribute for embedded video
55 45
56 -- ```add_filter('cookiebot_addons_embed_placeholder', $content, $source, $cookie_types)```
46 +- ```add_filter('cybot_cookiebot_addons_embed_placeholder', $content, $source, $cookie_types)```
57 47
58 48 This filter is used to manipulate the placeholder output
59 49
60 50