PluginProbe
GiveWP – Donation Plugin and Fundraising Platform / 2.18.1
GiveWP – Donation Plugin and Fundraising Platform v2.18.1
4.16.8 4.16.7.2 4.16.7.1 4.16.7 4.16.6.1 4.16.6 4.16.5.1 4.16.5 4.16.4 4.16.3 4.16.2 4.16.1 4.16.0 4.15.5 4.15.4 4.15.3 4.15.2 4.15.1 4.15.0 2.3.0 2.3.1 2.3.2 2.30.0 2.31.0 2.31.1 All 253 releases
← All changes | src/Log/LogModel.php +2 -4 4.16.72.18.1 View file →
@@ -8,11 +8,8 @@
8 8 /**
9 9 * Class LogModel
10 10 * @package Give\Log
11 11 *
12 - * @since 2.19.6 added debug
13 - * @since 2.10.0
14 - *
15 12 * @method error(string $message, string $source, array $context = [])
16 13 * @method warning(string $message, string $source, array $context = [])
17 14 * @method notice(string $message, string $source, array $context = [])
18 15 * @method success(string $message, string $source, array $context = [])
@@ -17,9 +14,10 @@
17 14 * @method notice(string $message, string $source, array $context = [])
18 15 * @method success(string $message, string $source, array $context = [])
19 16 * @method info(string $message, string $source, array $context = [])
20 17 * @method http(string $message, string $source, array $context = [])
21 - * @method debug(string $message, string $source, array $context = [])
18 + *
19 + * @since 2.10.0
22 20 */
23 21 class LogModel
24 22 {
25 23 /**