🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-08-07 00:53:20 | PHP 8.2.32
📂
/ (Root)
/
home
/
eliteewa
/
public_html
/
wp-content
/
themes
/
blocksy
/
inc
/
integrations
📍 /home/eliteewa/public_html/wp-content/themes/blocksy/inc/integrations
🔄 Refresh
✏️
Editing: wpc-variations-table.php
Writable
<?php add_action('wpcvt_before_add_to_cart', function() { ob_start(); }); add_action('wpcvt_after_add_to_cart', function() { $content = str_replace( '<div class="wpcvt-add-to-cart', '<div class="wpcvt-add-to-cart ct-product-add-to-cart', ob_get_clean() ); echo $content; });
💾 Save Changes
❌ Cancel