function ra_change_text_multiple( $changed) {
$text = array(
'Add Listing' => 'ВАШ ТЕКСТ',
);
$changed= str_ireplace( array_keys($text), $text, $changed);
return $changed;
}
add_filter( 'gettext', 'ra_change_text_multiple', 20 );
Попробуйте в function.php вставить