Beschrijving
Search Regex voegt krachtige zoek en vervangfuncties toe aan WordPress berichten, pagina’s, aangepaste bericht types en andere gegevensbronnen. Dit gaat verder dan de standaard zoekmogelijkheden, want je kan zoeken en vervangen in vrijwel iedere soort gegevens op je site. Naast eenvoudige zoekacties beschik je ook over de kracht van PHP’s reguliere expressies.
Je kan dit gebruiken voor dingen als:
– Hulp bij een site migreren van het ene naar het andere domein
– Updaten van URL’s in links en afbeeldingen
– Site-brede wijzigingen uitvoeren
Search filters can be created to match any column of any WordPress table. For example:
– Find all posts in a category
– Find all post meta data without a post
– Find all posts in a date range
Search Regex is bruikbaar op kleine en grote sites.
Search Regex has been tested with PHP from 7.0 to 8.3.
Waar kan ik naar zoeken?
Je kan zoeken naar:
– Berichten
– Pagina’s
– Iedere custom post type
– Reacties (inclusief spam)
– Gebruikers
– Meta data
– WordPress opties
– Ondersteunde plugins (zoals Redirection)
Reguliere expressies worden volledig ondersteund en kan gegeven verzamelen en die gebruiken als vervanging.
Actions
A variety of actions can be performed on matching results:
– Modify and replace the result
– Delete the result
– Export to CSV and SQL
– Perform custom PHP action
Modify and Replace Data
Results can be individually modified by clicking on the item to change, and using the popup modifier.
Bulk modifications can be performed against all matching results.
The types of modification depend on the data being changed:
– Numbers can be added or subtracted to existing numbers
– Hours, days, weeks, and months, can be added to dates
– Tags and categories can be added, removed, and substitued
Custom shortcodes are supported that allow dynamic data to be included:
– Add the current date and time, in any format, to content
– Insert data from other columns. For example, insert the category into the title
– Transform existing data. For example, convert case, change underscores to dashes.
Example uses
Some ideas for potential uses:
– Delete all comments that match a phrase
– Add a category to all matching posts
– Remove orphaned meta data
Ondersteuning
Bugs, patches en feature requests toevoegen op:
https://github.com/johngodley/search-regex
Voeg vertalingen toe op:
https://translate.wordpress.org/projects/wp-plugins/search-regex
Translations
Translations are provided by WordPress itself. You can update the translations by going to the Dashboard > Updates section of WP admin.
Documentatie
Volledige documentatie vind je op de Search Regex site.
Schermafdrukken
Installatie
De plugin is eenvoudig om te installeren:
- Download
search-regex.zip
- Unzip
- Upload
search-regex
directory naar je/wp-content/plugins
directory - Ga naar de pagina
Geïnstalleerde plugins
om de plugin te activeren - Configureer de opties op de
Gereedschap/Search Regex
pagina
Je vindt volledige details over installatie van de plugin op de plugin installatie pagina.
Beoordelingen
Bijdragers & ontwikkelaars
“Search Regex” is open source software. De volgende personen hebben bijgedragen aan deze plugin.
Bijdragers“Search Regex” is vertaald in 6 talen. Dank voor de vertalers voor hun bijdragen.
Vertaal “Search Regex” naar jouw taal.
Interesse in ontwikkeling?
Bekijk de code, haal de SVN repository op, of abonneer je op het ontwikkellog via RSS.
Changelog
3.1.0 – August 8th 2024
- Update for latest WP
- Fix export of regular expression result
- Switch to WP core translations
- See changelog.txt for more details