PluginProbe
Chartify – WordPress Chart Plugin / 3.5.4
Chartify – WordPress Chart Plugin v3.5.4
3.8.0 3.7.9 3.7.8 3.7.7 3.7.6 3.7.5 trunk 1.0.0 3.0.0 3.0.1 3.0.2 3.0.3 3.0.4 3.0.5 3.0.6 3.0.7 3.0.8 3.0.9 3.1.0 3.1.1 3.1.2 3.1.3 3.1.4 3.1.5 3.1.6 All 83 releases
← All changes | admin/partials/chart-builder-admin-display.php +19 -19 3.1.53.5.4 View file →
@@ -29,16 +29,16 @@
29 29 </div>
30 30 </div>
31 31 <div class="ays-chart-heart-beat-main-heading ays-chart-heart-beat-main-heading-container">
32 32 <h1 class="ays-chart-builder-wrapper ays_heart_beat">
33 - <?php echo __(esc_html(get_admin_page_title()),$this->plugin_name); ?> <i class="ays_fa ays_fa_heart_o animated"></i>
33 + <?php echo esc_html( get_admin_page_title() ); ?> <i class="ays_fa ays_fa_heart_o animated"></i>
34 34 </h1>
35 35 </div>
36 36 <div class="ays-chart-faq-main">
37 37 <h2>
38 - <?php echo __("How to create a chart in 4 steps with the help of the", $this->plugin_name ) .
39 - ' <strong>'. __("Chartify", $this->plugin_name ) .'</strong> '.
40 - __("plugin.", $this->plugin_name ); ?>
38 + <?php echo esc_html(__("How to create a chart in 4 steps with the help of the", 'chart-builder' )) .
39 + ' <strong>'. esc_html(__("Chartify", 'chart-builder' )) .'</strong> '.
40 + esc_html(__("plugin.", 'chart-builder' )); ?>
41 41
42 42 </h2>
43 43 <fieldset>
44 44 <div class="ays-chart-ol-container">
@@ -43,23 +43,23 @@
43 43 <fieldset>
44 44 <div class="ays-chart-ol-container">
45 45 <ol>
46 46 <li>
47 - <?php echo __( "Go to the", $this->plugin_name ) . ' <a href="'. $chart_page_url .'" target="_blank">'. __( "Chartify" , $this->plugin_name ) .'</a> ' . __( "page and click on the", $this->plugin_name ) . ' <a href="'. $add_new_url .'" target="_blank">'. __( "Add New" , $this->plugin_name ) .'</a> ' . __( "button for creating your first chart.", $this->plugin_name ); ?>,
47 + <?php echo esc_html(__( "Go to the", 'chart-builder' )) . ' <a href="'. esc_attr($chart_page_url) .'" target="_blank">'. esc_html(__( "Chartify" , 'chart-builder' )) .'</a> ' . esc_html(__( "page and click on the", 'chart-builder' ) ). ' <a href="'. esc_attr($add_new_url) .'" target="_blank">'. esc_html(__( "Add New" , 'chart-builder' )) .'</a> ' . esc_html(__( "button for creating your first chart.", 'chart-builder' )); ?>,
48 48 </li>
49 49 <li>
50 - <?php echo __( "Choose your preferred chart type and click on the Next button.", $this->plugin_name ); ?>
50 + <?php echo esc_html(__( "Choose your preferred chart type and click on the Next button.",'chart-builder' )); ?>
51 51 </li>
52 52 <li>
53 - <?php echo __( "Add the needed data for your chart (manually, from Google Sheets and from Database)", $this->plugin_name ); ?>
53 + <?php echo esc_html(__( "Add the needed data for your chart (manually, from Google Sheets and from Database)", 'chart-builder' )); ?>
54 54 </li>
55 55 <li>
56 - <?php echo __( "Copy the", $this->plugin_name ) . ' <strong>'. __( "shortcode" , $this->plugin_name ) .'</strong> ' . __( "of the chart and paste it into any post․", $this->plugin_name ); ?>
56 + <?php echo esc_html(__( "Copy the", 'chart-builder' )) . ' <strong>'. esc_html__( "shortcode" , 'chart-builder' ) .'</strong> ' . esc_html(__( "of the chart and paste it into any post․", 'chart-builder' )); ?>
57 57 </li>
58 58 </ol>
59 59 </div>
60 60 <div class="ays-chart-p-container">
61 - <p><?php echo __("Congrats! You have already created your first chart." , $this->plugin_name); ?></p>
61 + <p><?php echo esc_html(__("Congrats! You have already created your first chart." , 'chart-builder')); ?></p>
62 62 </div>
63 63 </fieldset>
64 64 </div>
65 65 <br>
@@ -65,9 +65,9 @@
65 65 <br>
66 66
67 67 <div class="ays-chart-community-wrap">
68 68 <div class="ays-chart-community-title">
69 - <h4><?php echo __( "Community", $this->plugin_name ); ?></h4>
69 + <h4><?php echo esc_html(__( "Community", 'chart-builder' )); ?></h4>
70 70 </div>
71 71 <div class="ays-chart-community-youtube-video">
72 72 <iframe width="560" height="315" src="https://www.youtube.com/embed/xP1M_j1haUg" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" loading="lazy" allowfullscreen></iframe>
73 73 </div>
@@ -75,13 +75,13 @@
75 75 <div class="ays-chart-community-item">
76 76 <a href="https://www.youtube.com/channel/UC-1vioc90xaKjE7stq30wmA" target="_blank" class="ays-chart-community-item-cover" >
77 77 <i class="ays-chart-community-item-img ays_fa ays_fa_youtube_play"></i>
78 78 </a>
79 - <h3 class="ays-chart-community-item-title"><?php echo __( "YouTube community", $this->plugin_name ); ?></h3>
80 - <p class="ays-chart-community-item-desc"><?php echo __("Our YouTube community guides you to step by step tutorials about our products and not only...", $this->plugin_name); ?></p>
79 + <h3 class="ays-chart-community-item-title"><?php echo esc_html(__( "YouTube community", 'chart-builder' )); ?></h3>
80 + <p class="ays-chart-community-item-desc"><?php echo esc_html(__("Our YouTube community guides you to step by step tutorials about our products and not only...", 'chart-builder')); ?></p>
81 81 <p class="ays-chart-community-item-desc"></p>
82 82 <div class="ays-chart-community-item-footer">
83 - <a href="https://www.youtube.com/channel/UC-1vioc90xaKjE7stq30wmA" target="_blank" class="button"><?php echo __( "Subscribe", $this->plugin_name ); ?></a>
83 + <a href="https://www.youtube.com/channel/UC-1vioc90xaKjE7stq30wmA" target="_blank" class="button"><?php echo esc_html(__( "Subscribe", 'chart-builder' )); ?></a>
84 84 </div>
85 85 </div>
86 86 <div class="ays-chart-community-item">
87 87 <a href="https://wordpress.org/support/plugin/chart-builder/" target="_blank" class="ays-chart-community-item-cover" >
@@ -86,13 +86,13 @@
86 86 <div class="ays-chart-community-item">
87 87 <a href="https://wordpress.org/support/plugin/chart-builder/" target="_blank" class="ays-chart-community-item-cover" >
88 88 <i class="ays-chart-community-item-img ays_fa ays_fa_wordpress"></i>
89 89 </a>
90 - <h3 class="ays-chart-community-item-title"><?php echo __( "Best Free support", $this->plugin_name ); ?></h3>
91 - <p class="ays-chart-community-item-desc"><?php echo __( "With the Free version, you get a lifetime usage for the plugin, however, you will get new updates and support for only 1 month.", $this->plugin_name ); ?></p>
90 + <h3 class="ays-chart-community-item-title"><?php echo esc_html(__( "Best Free support", 'chart-builder' )); ?></h3>
91 + <p class="ays-chart-community-item-desc"><?php echo esc_html(__( "With the Free version, you get a lifetime usage for the plugin, however, you will get new updates and support for only 1 month.", 'chart-builder' )); ?></p>
92 92 <p class="ays-chart-community-item-desc"></p>
93 93 <div class="ays-chart-community-item-footer">
94 - <a href="https://wordpress.org/support/plugin/chart-builder/" target="_blank" class="button"><?php echo __( "Join", $this->plugin_name ); ?></a>
94 + <a href="https://wordpress.org/support/plugin/chart-builder/" target="_blank" class="button"><?php echo esc_html(__( "Join", 'chart-builder' )); ?></a>
95 95 </div>
96 96 </div>
97 97 <div class="ays-chart-community-item">
98 98 <a href="https://ays-pro.com/contact" target="_blank" class="ays-chart-community-item-cover" >
@@ -97,14 +97,14 @@
97 97 <div class="ays-chart-community-item">
98 98 <a href="https://ays-pro.com/contact" target="_blank" class="ays-chart-community-item-cover" >
99 99 <i class="ays-chart-community-item-img ays_fa ays_fa_users" aria-hidden="true"></i>
100 100 </a>
101 - <h3 class="ays-chart-community-item-title"><?php echo __( "Premium support", $this->plugin_name ); ?></h3>
102 - <p class="ays-chart-community-item-desc"><?php echo __( "Get 12 months updates and support for the Business package and lifetime updates and support for the Developer package.", $this->plugin_name ); ?></p>
101 + <h3 class="ays-chart-community-item-title"><?php echo esc_html(__( "Premium support", 'chart-builder' )); ?></h3>
102 + <p class="ays-chart-community-item-desc"><?php echo esc_html(__( "Get 12 months updates and support for the Business package and lifetime updates and support for the Developer package.", 'chart-builder' )); ?></p>
103 103 <p class="ays-chart-community-item-desc"></p>
104 104 <div class="ays-chart-community-item-footer">
105 - <a href="https://ays-pro.com/contact" target="_blank" class="button"><?php echo __( "Contact", $this->plugin_name ); ?></a>
105 + <a href="https://ays-pro.com/contact" target="_blank" class="button"><?php echo esc_html(__( "Contact", 'chart-builder' )); ?></a>
106 106 </div>
107 107 </div>
108 108 </div>
109 109 </div>
110 110 </div>