-
Notifications
You must be signed in to change notification settings - Fork 2
/
readme.txt
38 lines (26 loc) · 1.15 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
=== Pods Admin Columns ===
Contributors: jokering
Tags: pods, custom post types, custom taxonomies, content types, custom fields, block
Requires at least: 5.5
Tested up to: 5.8
Requires PHP: 5.6
Stable tag: 1.0.2
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Add a configuration option for showing custom fields managed by Pods in WordPress admin dashboard.
== Description ==
* You can mark any custom field created by Pods in custom post type to be show in admin dashboard from "Advanced" option of a field.
* Table and Meta storages are supported.
* Extend admin search to match custom field value.
* Require Pods plugin installed and active.
== Installation ==
1. Unpack the entire contents of this plugin zip file into your `wp-content/plugins/` folder locally
1. Upload to your site
1. Navigate to `wp-admin/plugins.php` on your site (your WP Admin plugin page)
1. Activate this plugin
OR you can just install it with WordPress by going to Plugins >> Add New >> and type this plugin's name
== Screenshots ==
1. New option in "Advanced" section on Pods Admin UI.
== Changelog ==
= 1.0.2 - November 9th, 2021 =
* Initial release