/*
	Theme Name:	Xtra Child
	Theme URI:	http://xtratheme.ir
	Description:Sample child theme of Xtra theme for customization.
	Author:		Xtra Theme
	Author URI:	http://xtratheme.ir
	Template:	xtra
	Version:	4.0.0
*/

add_filter( 'gform_file_upload_markup', function ( $markup ) {
    $markup = str_replace( 'Choose File', 'بارگذاری فایل', $markup );
    return $markup;
});