HEX
Server: LiteSpeed
System: Linux eko108.isimtescil.net 4.18.0-477.21.1.lve.1.el8.x86_64 #1 SMP Tue Sep 5 23:08:35 UTC 2023 x86_64
User: uyarreklamcomtr (11202)
PHP: 7.4.33
Disabled: opcache_get_status
Upload Files
File: /var/www/vhosts/uyarreklam.com.tr/httpdocs/rendering-methods.tar
modal/footer.php000064400000001742151540402550007654 0ustar00<?php
/**
 * Rendering methods Modal footer
 *
 * @var string $preview_url          The preview url including the query arg to switch in preview mode
 * @var string $convert_to_react_url The url to convert the rendering method in react mode
 *
 * @package YITH\Wishlist\Views\Modal
 */

?>

<a id="yith-wcwl-rendering-method-react-preview" class="yith-plugin-fw__button--secondary yith-plugin-fw__button--xl" href="<?php echo esc_attr( $preview_url ); ?>" target="_blank">
	<?php esc_html_e( 'Preview your site in a new tab', 'yith-woocommerce-wishlist' ); ?>
</a>
<a id="yith-wcwl-rendering-method-convert-to-react" class="yith-plugin-fw__button--primary yith-plugin-fw__button--xl" href="<?php echo esc_html( $convert_to_react_url ) ?>">
	<?php esc_html_e( 'Convert PHP templates to React', 'yith-woocommerce-wishlist' ); ?>
</a>
<a id="yith-wcwl-rendering-method-close-modal" href="#">
	<?php esc_html_e( "No, thanks, I'll wait until the next update", 'yith-woocommerce-wishlist' ); ?>
</a>
react-only-option-notice.php000064400000001172151540402550012121 0ustar00<?php
/**
 * View for react-only option notice
 */

?>

<span class="yith-wcwl-react-only-option__notice">
	<?php echo yith_wcwl_kses_icon( yith_wcwl_get_icon( 'warning-triangle' ) ); ?>
	<p>
		<?php
		echo wp_kses_post( sprintf(
		// translators: %1$s is the placeholder for the HTML opening tag to hyperlink the text; %2$s is the placeholder for the HTML closing tag to hyperlink the text;
			__( 'This option is available only in the new React templates. %1$s Convert your templates now to unlock all the new features > %2$s', 'yith-woocommerce-wishlist' ),
			'<a role="button" tabindex="0">',
			'</a>'
		) );
		?>
	</p>
</span>