-
Notifications
You must be signed in to change notification settings - Fork 7
/
readme.txt
88 lines (57 loc) · 2.16 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
# Disable Embeds #
Contributors: swissspidy
Donate link: https://pascalbirchler.com
Tags: embed, embeds, oembed
Requires at least: 4.4
Tested up to: 6.0
Stable tag: 1.5.0
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Don’t like the enhanced embeds in WordPress 4.4? Easily disable the feature using this plugin.
## Description ##
What this plugin does:
* Prevents others from embedding your site.
* Prevents you from embedding other non-whitelisted sites.
* Disables all JavaScript related to the feature.
* Removes support for the WordPress embed block in the new block editor.
Just activate the plugin and you’re good to go.
Want embeds back again? Simply deactivate the plugin.
## Installation ##
### Manual Installation ###
1. Upload the entire `/disable-embeds` directory to the `/wp-content/plugins/` directory.
2. Activate Disable Embeds through the 'Plugins' menu in WordPress.
## Frequently Asked Questions ##
### Is it really that easy? ###
Yes.
### What about previous embeds? ###
Since WordPress caches all embed codes, previous embeds from other sites will still work. However, your own site’s embeds won’t work at all when using this plugin.
## Screenshots ##
Sorry, there are no screenshots for this plugin! Everything is done behind the scenes.
## Changelog ##
### 1.5.0 ###
* Updated against WordPress 5.7
### 1.4.0 ###
* Updated against WordPress 5.0
### 1.3.0 ###
* Updated against WordPress 4.6 Beta 2
* Removes a new embeds filter introduced in WordPress 4.5.3
### 1.2.0 ###
* Updated against WordPress 4.4 Beta 3.
* Removes all embeds rewrite rules on plugin activation.
### 1.1.0 ###
* Updated against WordPress 4.4 Beta 2.
### 1.0.0 ###
* Initial release.
## Upgrade Notice ##
### 1.5.0 ###
Updated against WordPress 5.7 to correctly remove block style variations.
### 1.4.0 ###
Adds support for WordPress 5.0 and its new block editor.
### 1.3.0 ###
Removes a new embeds filter that was added in WordPress 4.5.3
### 1.2.0 ###
Now removes all embeds rewrite rules on plugin activation.
### 1.1.0 ###
Updated against WordPress 4.4 Beta 2.
### 1.0.0 ###
Initial release.