PluginProbe
SellKit – Funnel builder and checkout optimizer for WooCommerce to sell more, faster / 2.7.0
SellKit – Funnel builder and checkout optimizer for WooCommerce to sell more, faster v2.7.0
2.7.0 2.6.0 trunk 1.1.0 1.1.4 1.2.1 1.2.2 1.2.3 1.2.5 1.2.9 1.3.1 1.3.2 1.5.0 1.5.1 1.5.4 1.5.7 1.5.8 1.5.9 1.6.2 1.6.5 1.6.8 1.7.2 1.7.4 1.7.5 1.7.9 All 43 releases
← All changes | includes/elementor/modules/dynamic-keywords/template/modal.php +3 -1 1.5.12.7.0 View file →
@@ -1,5 +1,7 @@
1 1 <?php
2 +defined( 'ABSPATH' ) || exit;
3 +
2 4 /**
3 5 * Modal template
4 6 *
5 7 * @since 1.1.0
@@ -113,9 +115,9 @@
113 115 <h4><?php echo esc_html__( 'Keywords Name', 'sellkit' ); ?></h4>
114 116 <h4><?php echo esc_html__( 'Keywords Shortcode', 'sellkit' ); ?></h4>
115 117 </li>
116 118 <?php
117 - get_tags_title();
119 + sellkit_get_tags_title();
118 120 ?>
119 121 </ul>
120 122 </div>
121 123 </section>