-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathreadme.txt
60 lines (39 loc) · 1.47 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
=== Custom field finder ===
Contributors: joostdevalk, yoast
Donate link: http://yoast.com/donate/
Tags: custom fields
Requires at least: 6.5
Tested up to: 6.7
Stable tag: 0.4
License: GPLv3
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Allows you to easily find the custom fields (including hidden custom fields) and their values for a post, page or custom post type post.
== Description ==
Allows you to easily find the custom fields (including hidden custom fields) and their values for a post, page or custom
post type post.
Just go to Tools - Custom field finder, enter the post ID of any post and you'll see all the custom fields. This includes
the custom fields that start with an underscore ( _ ) that are normally hidden from the custom fields interface.
== Installation ==
1. Search for "custom field finder" on the add Plugins screen.
1. Click install & activate.
1. Go to Tools -> Custom Field Finder
== Screenshots ==
1. Shows the plugin and its menu location without having entered a post ID.
2. Shows some sample plugin output.
== Changelog ==
= 0.4 =
Release date: 2024-03-05
* Fixes a potential security issue when using custom fields.
= 0.3 =
Release date: 2020-12-02
* Added a plugin header and icon.
* Some basic coding style & cleanliness fixes.
* Fixed a string that was not translatable.
= 0.2 =
Release date: 2020-11-30
* Updated screenshots.
* Updated tested up to.
* Made the plugin translation ready.
= 0.1 =
Release date: 2013-04-18
* Initial version.