-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreadme.txt
38 lines (28 loc) · 1.27 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
=== Plugin Name ===
Contributors: zedna
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=3ZVGZTC7ZPCH2&lc=CZ&item_name=Zedna%20Brickick%20Website¤cy_code=USD&bn=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHosted
Tags: link, remove, replace
Requires at least: 3.0.4
Tested up to: 4.2.2
Stable tag: 1.0
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Remove all links from content. A href tags are removed. Text contains links is removed. If you want replace text contains links by post title, just go to `plugin_folder/linkremover.js` and follow the instructions.
== Description ==
Remove all links from content.
A href tags are removed.
Text contains links is removed.
If you want replace text contains links by post title, just go to `plugin_folder/linkremover.js` and follow the instructions.
== Installation ==
1. Upload `linkremover` folder to the `/wp-content/plugins/` directory
2. Activate the plugin through the 'Plugins' menu in WordPress
== Frequently Asked Questions ==
`Can robots see the links?`
Yes, links are hidden only for users, but robots will still see the full content.
== Screenshots ==
== Upgrade Notice ==
= 1.0 =
Built on WP 4.2.2 but can work on older versions
== Changelog ==
= 1.0 =
* First version