-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.txt
executable file
·49 lines (32 loc) · 1.49 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
=== Plugin Name ===
Contributors: antonzaroutski
Donate link: http://anton.zaroutski.com
Tags: comments, spam
Requires at least: 3.0.1
Tested up to: 4.5.2
Stable tag: 4.3
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
AZ Content Finder is a simple plugin that allows the administrators to search for specific text content in all the
posts' meta data (including nested).
== Description ==
AZ Content Finder is a simple plugin that allows the administrators to search for specific text content in all the
posts' meta data (including nested).
There are times when you need to find all the occurrences of specific text throughout the website. This is exactly when
you may use AZ Content Finder - it will search through all the content of your website (including metadata) and list
the matches on one page. You will then be able to amend the text according to your requirements.
== Installation ==
This section describes how to install the plugin and get it working.
1. Upload `az-content-finder` folder and its contents to the `/wp-content/plugins/` directory
1. Activate the plugin through the 'Plugins' menu in WordPress
1. Visit the plugin's settings page to perform search for content
== Frequently Asked Questions ==
= Does this plugin support ACF generated custom fields? =
Yes it does
= Does this plugin support ACF generated nested repeater custom fields? =
Yes it does
= Does this plugin support custom post types? =
Yes it does
== Changelog ==
= 1.0 =
* Initial release