 | Up one level
| |
 | Config/
| |
 | Database/
| |
 | Exceptions/
| |
 | Views/
| |
 | geo/
| |
 | vendor/
| |
 | auth.php [source] [63 lines] | |
 | class-mysql.php [source] [148 lines] | |
 | functions-api.php [source] [247 lines] | |
 | functions-auth.php [source] [746 lines] | Function related to authentication functions and nonces |
 | functions-compat.php [source] [110 lines] | |
 | functions-debug.php [source] [65 lines] | |
 | functions-deprecated.php [source] [349 lines] | Deprecated functions from past YOURLS versions. Don't use them, as they may be removed in a later version. Use the newer alternatives instead. Note to devs: when deprecating a function, move it here. Then check all the places in core that might be using it, including core plugins. |
 | functions-formatting.php [source] [879 lines] | |
 | functions-geo.php [source] [157 lines] | Function relative to the geolocation functions (ip <-> country <-> flags), currently tied to Maxmind's GeoIP but this should evolve to become more pluggable |
 | functions-html.php [source] [1076 lines] | |
 | functions-http.php [source] [526 lines] | Functions that relate to HTTP requests On functions using the 3rd party library Requests: Their goal here is to provide convenient wrapper functions to the Requests library. There are 2 types of functions for each METHOD, where METHOD is 'get' or 'post' (implement more as needed) - yourls_http_METHOD() : Return a complete Response object (with ->body, ->headers, ->status_code, etc...) or a simple string (error message) - yourls_http_METHOD_body() : Return a string (response body) or null if there was an error |
 | functions-infos.php [source] [391 lines] | |
 | functions-install.php [source] [352 lines] | |
 | functions-kses.php [source] [778 lines] | YOURLS modification of a small subset from WordPress' KSES implementation. Straight from the Let's Not Reinvent The Wheel department. |
 | functions-l10n.php [source] [1115 lines] | YOURLS Translation API YOURLS modification of a small subset from WordPress' Translation API implementation. GPL License |
 | functions-links.php [source] [276 lines] | |
 | functions-options.php [source] [195 lines] | |
 | functions-plugins.php [source] [936 lines] | The filter/plugin API is located in this file, which allows for creating filters and hooking functions, and methods. The functions or methods will be run when the filter is called. Any of the syntaxes explained in the PHP documentation for the {@link https://www.php.net/manual/en/language.types.callable.php 'callback'} type are valid. |
 | functions-shorturls.php [source] [670 lines] | |
 | functions-upgrade.php [source] [482 lines] | |
 | functions.php [source] [1361 lines] | |
 | load-yourls.php [source] [26 lines] | |
 | version.php [source] [20 lines] | YOURLS version Must be one of the following : MAJOR.MINOR (eg 1.8) MAJOR.MINOR.PATCH (1.8.1) MAJOR.MINOR-SOMETHING (1.8-dev) MAJOR.MINOR.PATCH-SOMETHING (1.8.1-donotuse) |