PluginProbe
Passster – Password Protect Pages and Content / 4.3.16
Passster – Password Protect Pages and Content v4.3.16
4.3.16 4.3.15 4.3.14 4.3.12 4.3.13 4.3.11 4.3.10 4.3.9 4.3.8 4.3.7 4.3.6 4.3.5 trunk 3.5.4 3.5.5.2 3.5.5.8 3.5.5.9 4.0 4.1.4 4.2.10 4.2.11 4.2.12 4.2.13 4.2.14 4.2.15 All 48 releases
← All changes | inc/freemius/templates/forms/data-debug-mode.php +1 -1 3.5.44.3.16 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 ?>' );