Browse
For agents
About
BlockSpare – Gutenberg Blocks, AI Content Generator & Site Builder for News, Magazine & Blogs
/
2.7.3
BlockSpare – Gutenberg Blocks, AI Content Generator & Site Builder for News, Magazine & Blogs
v2.7.3
Switch version
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
Overview
Code
← All changes
|
freemius/templates/auto-installation.php
+1
-1
1.3.2
→
2.7.3
View file →
@@ -163,9 +163,9 @@
163
163
data.private_key = $('#private_key').val();
164
164
}
165
165
166
166
$.ajax({
167
-
url : ajaxurl,
167
+
url : <?php echo Freemius::ajax_url() ?>,
168
168
method : 'POST',
169
169
data : data,
170
170
success: function (resultObj) {
171
171
var reloadAccount = false;