PluginProbe
Yoast SEO – Advanced SEO with real-time guidance and built-in AI / 28.5
Yoast SEO – Advanced SEO with real-time guidance and built-in AI v28.5
28.5 28.4 28.3 28.2 28.1 28.0 27.9 27.8 27.7 27.6 27.5 trunk 18.0 18.1 18.2 18.3 18.4 18.4.1 18.5 18.5.1 18.6 18.7 18.8 18.9 19.0 All 129 releases
← All changes | src/main.php +3 -3 18.128.5 View file →
@@ -28,9 +28,9 @@
28 28 * The API namespace constant.
29 29 *
30 30 * @var string
31 31 */
32 - const API_V1_NAMESPACE = 'yoast/v1';
32 + public const API_V1_NAMESPACE = 'yoast/v1';
33 33
34 34 /**
35 35 * The WP CLI namespace constant.
36 36 *
@@ -35,9 +35,9 @@
35 35 * The WP CLI namespace constant.
36 36 *
37 37 * @var string
38 38 */
39 - const WP_CLI_NAMESPACE = 'yoast';
39 + public const WP_CLI_NAMESPACE = 'yoast';
40 40
41 41 /**
42 42 * {@inheritDoc}
43 43 */
@@ -48,9 +48,9 @@
48 48 $this->is_development(),
49 49 __DIR__ . '/generated/container.php',
50 50 __DIR__ . '/../config/dependency-injection/services.php',
51 51 __DIR__ . '/../vendor/composer/autoload_classmap.php',
52 - 'Yoast\WP\SEO\Generated'
52 + 'Yoast\WP\SEO\Generated',
53 53 );
54 54 }
55 55
56 56 if ( \file_exists( __DIR__ . '/generated/container.php' ) ) {