AI Verified

Name

Replace Admin text

About

Used to translate text on the Admin console

Language

PHP

Rating

Voted: 0 by 0 user(s)

How to Setup Snippet

add lines to be translated in the Admin console

Codevault

ClubLand

Scroll down to see more snippets from this codevault.

Wordpress Compatability

The author has indicated that this snippet is compatable up to wordpress version: 6.4

Our AI bot has checked this snippet is compatable up to wordpress version: 6.1

Code Snippet Plugin Sync

Free & Pro

Download this snippet by clicking the download button, then head over to the Code Snippet Plugin settings in your wordpress admin dashboard, select the import menu then upload this file to import into your wordpress site.

Pro Only (Coming Soon)

You will be able to click a button and sync this snippet to your wordpress site automatically and from your dashboard manage all code snippets across all your wordpress sites that have the Code Snippets Pro plugin installed.

History

Last modified:

21/02/2024

Important Note

This snippet has the following status:

AI Verified

This snippet has been tested by our AI bot, see any comments below.

AI Bot Comments:

Found 0 vulnerabilities

Replace Admin text

 
                    
1add_filter( 'ngettext', 'wps_translate_words_array' );
2function wps_translate_words_array( $translated ) {
3 
4 $words = array(
5 // 'word to translate' = > 'translation'
6 'Match day' => 'Event',
7 );
8 
9 $translated = str_ireplace( array_keys($words), $words, $translated );
10 return $translated;
11}

0

Related Snippets

Please see some snippets below related to this snippet..

WordPress Admin

AI Verified

0

Empty WP Trash in 5 days

Added: 1 year ago

Last Updated: 1 year ago

Set the number of days to purge items marked as trash in the database. This will happen every 5 days. You can change the 5 to any number such as 7 days for weekly and 30 days for monthly.

WordPress Admin

AI Verified

0

Hide WP Block Editor on specific post type

Added: 1 year ago

Last Updated: 1 year ago

WordPress Admin

Pro Verified

0

Flamingo - Editor Role

Added: 1 year ago

Last Updated: 1 year ago

Grants permissions to Flamingo (Contact Form 7 submissions) for Editor role.

Other Snippets in this Codevault

These are some popular snippets from this users codevault..

WordPress Admin

AI Verified

0

Replace Admin text

Added: 6 months ago

Last Updated: 6 months ago

Used to translate text on the Admin console

General

AI Verified

0

WP Cache addition for SportsPress endpoints

Added: 6 months ago

Last Updated: 6 months ago

Adding Cache for SportsPress selected endpoints