Real-Time Find and Replace

Descrizione

Questo plugin ti permette di sostituire dinamicamente (per esempio al momento in cui una pagina è generata) codice e testo di temi e altri plugin con codice e testo che preferisci prima che la pagina sia inviata al browser dell’utente.

Siccome il trova e sostituisci avviene in tempo reale non c’è bisogno di modificare plugin o temi, il che mantiene futuri aggiornamenti facili!

A pro version (a lifetime license is less than $15) with additional filtering options, setting export/import functionality, and the ability to modify admin pages is available.

Di seguito alcuni usi comuni:

  1. Vuoi tradurre selettivamente del testo che è stato generato da un altro plugin? Lo puoi fare.
  2. Stai tentando di modificare il testo di un prodotto o nella pagina del carrello? Nessun problema.
  3. Vuoi rimuovere il testo del footer di un tema senza modificarlo? È facile.

Qui trovi altri esempi.

And some tips for those interested in on-page SEO.

Ricordati, tutto questo può essere fatto SENZA modificare i file del tema o dei plugin e avrai sempre la possibilità di aggiornarli senza doverti preoccupare di perdere le tue modifiche.

Screenshot

  • Interfaccia per specificare le regole trova e sostituisci che vorresti usare. Alcuni elementi sono disponibili solo nella versione pro.

Installazione

  1. Carica la cartella real-time-find-and-replace nella directory ‘/wp-content/plugins/’
  2. Attiva il plugin tramite la pagina ‘Plugin’ di WordPress
  3. The find and replace rules are in the Tools sidebar menu.
  4. Click on the Add link on the Find and Replace admin page to add as many rules as you want.

FAQ

Dove sono salvati tutti i dati?

In an array in the wp_options table. Just one record regardless of the number of find and replace rules.

Will the find and replace slow my site?

A meno che tu non stia usando più di 50 regole non dovresti notare nessun impatto sulle prestazioni. Se stai usando un plugin per il caching anche più regole non rallenteranno il tuo sito.

What does the regex checkbox do?

You can do a straight up find and replace where the plugin will look for an exact match of what you specified. You can also used advanced pattern matching that is available through regular expressions by checking the regex checkbox.

Il mio sito mostra una pagina bianca. Che faccio?

This will happen if you are using a rule with regex enabled and the rule has an error. Regex is tricky so I recommend starting with a simple rule and adding to it to perform the replace you want.

Recensioni

14 Agosto 2024
This plugin is easy to configure and does exactly what it says. It can change page content, before the browser creates the page. I needed to redirect a link to another website, and this plugin did it without issue. I also had to change the domain I’d registered the pro version to, and Marios support was great. Definitely will recommend and use this plugin again.
21 Marzo 2024
This was the third find-and-replace plugin I’d tried, and I was about to give up with the whole idea. But unlike the previous two, this one actually worked. (Specifically, I wanted to change the color of some sub-headings, on a site that has nearly a thousand blog posts.) Thank you!
31 Gennaio 2024
Works realtime and can parse regex Handy note:use / or ~ start AND end, use \1 \2 etc to replace with the ( ) groups
14 Novembre 2022
Great Plugin! Simple and effective! Pro version worth it 1000%!
Leggi tutte le recensioni di 79

Contributi e sviluppo

“Real-Time Find and Replace” è un software open source. Le persone che hanno contribuito allo sviluppo di questo plugin sono indicate di seguito.

Collaboratori

“Real-Time Find and Replace” è stato tradotto in 13 lingue. Grazie ai traduttori per i loro contributi.

Traduci “Real-Time Find and Replace” nella tua lingua.

Ti interessa lo sviluppo?

Esplora il codice segui il repository SVN, segui il log delle modifiche tramite RSS.

Changelog

4.3

  • All Versions: Extra variable checking to eliminate PHP Warnings.
  • All Versions: Synced plugin version numbers.

4.0.3

  • All Versions: Updated info regarding the pro version.

4.0.2

  • All Versions: Added nonce security check to rules form.

3.9

  • All Versions: Security issue (cross-site scripting) fix applied. Discovered with DefenseCode WebScanner Security Analyzer by Neven Biruski.

3.8

  • Pro version: Can now make changes to the login form when the Admin check box is selected.

3.7

  • All versions: Additional checks for undefined variables.

3.6

  • All versions: Tweaks to documentation including the readme.txt.
  • Pro version: Updated Post Types drop-down to include custom post types such as WooCommerce’s Product post type.

3.5

  • All versions: Tweaks to documentation including the readme.txt.

3.4

  • All versions: Additional security to prevent direct access of plugin file.

3.3

  • All versions: More tweaks to conform to WordPress coding standards.
  • All versions: Plugin now requires at least WordPress v3.0.
  • All versions: Instructions added for how to update php.ini to support a large number of rules.
  • Pro version: Added rule-level control for when they should be applied to admin pages.
  • Pro version: Option to ignore case when performing non-regex searches.

3.2

  • All versions: Added a settings link in the main plugin page to help new users get started.

3.1

  • All versions: Corrected some typos. Minor code formatting and documentation tweaks.
  • All versions: Reworked interface to make layout more compact.
  • Pro version: Added simple settings export and import functionality.
  • Pro version: Added a notes field for a description and/or date.
  • Pro version: Added a post type filter.
  • Pro version: Find and replace now occurs on admin pages (except for this plugin’s admin page) in addition to public pages.

3.0

  • Code cleanup to more closely align with WordPress plugin coding standards.
  • Launch of pro version with additional filtering (referrer, useragent, querystring) options added. All functionality of free version remains.

2.1

  • Fixed PHP code that leaves $regex wrongly unset. Thanks to https://wordpress.org/support/profile/daniellandau for the fix.

2.0

  • Interface revamped.
  • New feature: Can re-order your rules via drag-and-drop.

1.6

  • Fixed problem with HTML character handling. Thanks to acub (https://profiles.wordpress.org/acub) for the code.

1.5

  • Fixed some jQuery bugs affecting the adding and removing of boxes.

1.4.2

  • Fixing contributor list format.

1.3.1

  • Missing files in 1.3 distribution.

1.3

  • Confirm that plugin works fine with WordPress 3.2 despite reports to the contrary.

1.2

  • Missing files in version 1.1 added back into distribution.

1.1

  • FAQ updates and confirming plugin works with WordPress 2.9.2.

1.0

  • Initial release.