PluginProbe
BlockSpare – Gutenberg Blocks, AI Content Generator & Site Builder for News, Magazine & Blogs / 5.0.1
BlockSpare – Gutenberg Blocks, AI Content Generator & Site Builder for News, Magazine & Blogs v5.0.1
5.0.1 4.1.0 trunk 1.0.0 1.0.1 1.0.2 1.0.3 1.0.4 1.0.5 1.1.0 1.1.1 1.1.2 1.2.0 1.2.1 1.2.2 1.2.3 1.3.0 1.3.1 1.3.2 1.3.3 1.3.4 1.3.5 2.1.2 2.5.0 2.5.3 All 39 releases
← All changes | freemius/templates/forms/data-debug-mode.php +1 -1 1.3.4 → 5.0.1 View file →
@@ -139,9 +139,9 @@
139 139 module_id : '<?php echo $fs->get_id() ?>'
140 140 };
141 141
142 142 $.ajax( {
143 - url : ajaxurl,
143 + url : <?php echo Freemius::ajax_url() ?>,
144 144 method : 'POST',
145 145 data : data,
146 146 beforeSend: function () {
147 147 $debugLicenseLink.find('span').text( '<?php echo $processing_text ?>' );