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 | admin/class-bulk-editor-list-table.php +5 -0 28.028.5 View file →
@@ -7,8 +7,11 @@
7 7 */
8 8
9 9 /**
10 10 * Implements table for bulk editing.
11 + *
12 + * @deprecated 28.1
13 + * @codeCoverageIgnore
11 14 */
12 15 class WPSEO_Bulk_List_Table extends WP_List_Table {
13 16
14 17 /**
@@ -124,8 +127,10 @@
124 127 *
125 128 * @param array $args The arguments.
126 129 */
127 130 public function __construct( $args = [] ) {
131 + _deprecated_function( __METHOD__, 'Yoast SEO 28.1' );
132 +
128 133 parent::__construct( $this->settings );
129 134
130 135 $args = wp_parse_args(
131 136 $args,