Deprecated
Table of Contents
| eacDoojigger/EarthAsylumConsulting/abstract_core.class.php |
| eacDoojigger/EarthAsylumConsulting/Plugin/eacDoojigger.plugin.php |
| eacDoojigger/EarthAsylumConsulting/Traits/logging.trait.php |
abstract_core.class.php
| Line | Element | Reason |
|---|---|---|
| 530 | abstract_core::getPluginValues() |
|
| 581 | abstract_core::getPluginValue() |
|
| 1449 | abstract_core::isAjaxRequest() | use $this->doing_ajax() |
| 2181 | abstract_core::getMySqlVersion() | use $this->wpdb->db_server_info() |
| 2228 | abstract_core::get() | use getVariable() |
| 2269 | abstract_core::set() | use setVariable() |
| 2665 | abstract_core::_COOKIE() |
|
| 2692 | abstract_core::_GET() |
|
| 2719 | abstract_core::_POST() |
|
| 2748 | abstract_core::_REQUEST() |
|
| 2780 | abstract_core::_SERVER() |
|
| 3515 | abstract_core::set_option() | use update_option() |
| 3736 | abstract_core::set_network_option() | use update_network_option() |
| 3895 | abstract_core::set_site_option() | use update_site_option() |
eacDoojigger.plugin.php
| Line | Element | Reason |
|---|---|---|
| 31 | eacDoojigger::FOLDER_PERMISSION | |
| 37 | eacDoojigger::FILE_PERMISSION |
logging.trait.php
| Line | Element | Reason |
|---|---|---|
| 156 | logging::logData() |
|