← All changes
|
includes/elementor/modules/dynamic-keywords/template/modal.php
+3
-1
1.7.5
→
2.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> |