FileMaster
Search
Toggle Dark Mode
Home
/
.
/
wp-content
/
plugins
/
surecart
/
packages
/
blocks-next
/
build
/
blocks
/
product-title
Edit File: controller.php
<?php $is_link = ( isset( $attributes['isLink'] ) && $attributes['isLink'] ); $rel = ! empty( $attributes['rel'] ) ? $attributes['rel'] : ''; return 'file:./view.php';
Save
Back