Файловый менеджер - Редактировать - /home/digitalm/www/zetaworks/wp-content/themes/uncode/woocommerce/wishlist-view-header.php
Назад
<?php /** * Wishlist header * * @author Your Inspiration Themes * @package YITH WooCommerce Wishlist * @version 3.0.0 */ /** * Template variables: * * @var $wishlist \YITH_WCWL_Wishlist Current wishlist * @var $is_custom_list bool Whether current wishlist is custom * @var $can_user_edit_title bool Whether current user can edit title * @var $form_action string Action for the wishlist form * @var $page_title string Page title * @var $fragment_options array Array of items to use for fragment generation */ if ( ! defined( 'YITH_WCWL' ) ) { exit; } // Exit if accessed directly ?> <?php do_action( 'yith_wcwl_before_wishlist_form', $wishlist ); ?> <form id="yith-wcwl-form" action="<?php echo esc_attr( $form_action ); ?>" method="post" class="woocommerce yith-wcwl-form wishlist-fragment" data-fragment-options="<?php echo esc_attr( json_encode( $fragment_options ) ); ?>"> <!-- TITLE --> <?php do_action( 'yith_wcwl_before_wishlist_title', $wishlist ); if ( ! empty( $page_title ) ) : ?> <div class="wishlist-title <?php echo uncode_switch_stock_string( $can_user_edit_title ? 'wishlist-title-with-form' : '' ); ?>"> <?php echo apply_filters( 'yith_wcwl_wishlist_title', '<h2 class="wishlist-title__text h3">' . esc_html( $page_title ) . '</h2>' ); ?> <?php if ( $can_user_edit_title ) : ?> <a class="show-title-form"><i class="fa fa-pencil"></i></a> <?php endif; ?> </div> <?php if ( $can_user_edit_title ) : ?> <div class="hidden-title-form"> <input type="text" value="<?php echo esc_attr( $page_title ); ?>" name="wishlist_name"/> <input class="btn btn-sm" type="submit" name="save_title" value="<?php esc_html_e( 'Save', 'yith-woocommerce-wishlist' ); ?>" /> <a class="hide-title-form btn btn-default btn-sm button"><?php esc_html_e( 'Cancel', 'yith-woocommerce-wishlist' ); ?></a> </div> <?php endif; ?> <?php endif; do_action( 'yith_wcwl_before_wishlist', $wishlist ); ?>
| ver. 1.4 |
Github
|
.
| PHP 8.3.23 | Генерация страницы: 0.28 |
proxy
|
phpinfo
|
Настройка