Forum Replies Created

Viewing 1 post (of 1 total)
  • Author
  • in reply to: Change #179804
     ryank
    Participant

    Bonjour dans le plugin loco translate
    je ne retrouve pas ces phrases ‘View members’ etc
    ensuite j’ai fait comme vous m’avez dit /sweetdate_child/functions.php

    COPY CODE
     function change_translate_text_multiple( $translated ) {
    	$text = array(
    		'View members directory' => 'Voir les membres',
    		'Old Text 2' => 'New Translation 2',
    		'Old Text 3' => 'New Translation 3',
    	);
    	$translated = str_ireplace(  array_keys($text),  $text,  $translated );
    	return $translated;
    }
    add_filter( 'gettext', 'change_translate_text_multiple', 20 );
    ?>

    et rien n’a changé
    Merci
    https://meet-with-love.fr/compte-dadherent/niveaux-abonnement/

    Attachments:
    You must be logged in to view attached files.
Viewing 1 post (of 1 total)

Log in with your credentials

Forgot your details?