Home
last modified time | relevance | path

Searched refs:ignoreNon200 (Results 1 – 2 of 2) sorted by relevance

/plugin/siteexport/inc/
H A Dsettings.php32 public $ignoreNon200 = true; variable in settings_plugin_siteexport_settings
79 $this->ignoreNon200 = $this->getConf('ignoreNon200');
/plugin/siteexport/action/
H A Dajax.php587 if ( $http->status != 200 && $this->functions->settings->ignoreNon200 ) {