Uses
Uses | Description |
---|---|
wp-admin/includes/plugin.php: is_plugin_active() | Determines whether a plugin is active. |
wp-includes/l10n.php: __() | Retrieve the translation of $text. |
wp-includes/functions.php: _deprecated_function() | Mark a function as deprecated and inform when it has been used. |
wp-includes/functions.php: wp_send_json_error() | Send a JSON response back to an Ajax request, indicating failure. |