芝麻web文件管理V1.00
编辑当前文件:/home/pulsehostuk9/www/wp-content/plugins/uicore-framework/includes/templates/extras.php
add_back_to_top(); } if (class_exists('WooCommerce')) { if (Helper::get_option('woo') === 'true') { $this->side_cart(); } } } /** * Enqueue Custom js in footer * * @static */ public function add_back_to_top() { echo '
'; } /** * HTML markup for asside cart * * @return void */ function side_cart() { ?>
×
'', ]; the_widget('WC_Widget_Cart', $instance);?>