PluginProbe
BlockSpare – Gutenberg Blocks for News, Magazine, Blog & Business Websites / trunk
BlockSpare – Gutenberg Blocks for News, Magazine, Blog & Business Websites vtrunk
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 2.6.1 All 38 releases
← All changes | freemius/templates/forms/data-debug-mode.php +1 -1 1.3.5trunk 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 ?>' );