Build responsive page layouts using the widgets you know and love using this simple drag and drop page builder.
| Code | Message | Location | Category | |
|---|---|---|---|---|
| ERROR | WordPress.Security.EscapeOutput.OutputNotEscaped | All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$args['before_widget']'. | inc/widgets/layout.php:47:14 | Security |
| ERROR | WordPress.WP.I18n.MissingTranslatorsComment | A function call to esc_html__() with texts containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders. | inc/admin.php:534:40 | General |
| ERROR | WordPress.WP.I18n.MissingTranslatorsComment | A function call to esc_html__() with texts containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders. | inc/admin.php:535:40 | General |
| ERROR | WordPress.WP.I18n.MissingTranslatorsComment | A function call to esc_html__() with texts containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders. | inc/admin.php:550:29 | General |
| ERROR | WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedHooknameFound | Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "in_widget_form". | inc/admin.php:599:42 | Plugin Repo |
| ERROR | WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedHooknameFound | Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "sidebar_admin_setup". | inc/admin.php:616:28 | Plugin Repo |
| ERROR | WordPress.WP.I18n.UnorderedPlaceholdersText | Multiple placeholders in translatable strings should be ordered. Expected "%1$s, %2$s", but got "%s, %s" in 'New Classic Editor posts/pages that you create will start with the Page Builder loaded. The %s"Use Classic Editor for New Posts"%s setting must be enabled.'. | inc/settings.php:376:21 | General |
| ERROR | WordPress.Security.EscapeOutput.OutputNotEscaped | All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '__'. | inc/admin-layouts.php:231:21 | Security |
| ERROR | WordPress.WP.I18n.MissingTranslatorsComment | A function call to __() with texts containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders. | inc/admin-layouts.php:380:41 | General |
| ERROR | PluginCheck.Security.DirectDB.UnescapedDBParameter | Unescaped parameter $include_private used in $wpdb->get_results("\n\t\t\t\tSELECT SQL_CALC_FOUND_ROWS DISTINCT ID, post_title, meta.meta_value\n\t\t\t\tFROM {$wpdb->posts} AS posts\n\t\t\t\tJOIN {$wpdb->postmeta} AS meta ON posts.ID = meta.post_id\n\t\t\t\tWHERE\n\t\t\t\t\tposts.post_type = '" . esc_sql( $post_type->name ) . "'\n\t\t\t\t\tAND meta.meta_key = 'panels_data'\n\t\t\t\t\t" . ( ! empty( $search ) ? 'AND posts.post_title LIKE "%' . esc_sql( $search ) . '%"' : '' ) . "\n\t\t\t\t\tAND ( posts.post_status = 'publish' OR posts.post_status = 'draft' " . $include_private . ')\n\t\t\t\tORDER BY post_date DESC\n\t\t\t\tLIMIT 16 OFFSET ' . (int) ( $page_num - 1 ) * 16)\n$include_private assigned unsafely at line 384:\n $include_private = $user_can_read_private ? "OR posts.post_status = 'private' " : ''\n$results assigned unsafely at line 387:\n $results = $wpdb->get_results( "\n\t\t\t\tSELECT SQL_CALC_FOUND_ROWS DISTINCT ID, post_title, meta.meta_value\n\t\t\t\tFROM {$wpdb->posts} AS posts\n\t\t\t\tJOIN {$wpdb->postmeta} AS meta ON posts.ID = meta.post_id\n\t\t\t\tWHERE\n\t\t\t\t\tposts.post_type = '" . esc_sql( $post_type->name ) . "'\n\t\t\t\t\tAND meta.meta_key = 'panels_data'\n\t\t\t\t\t" . ( ! empty( $search ) ? 'AND posts.post_title LIKE "%' . esc_sql( $search ) . '%"' : '' ) . "\n\t\t\t\t\tAND ( posts.post_status = 'publish' OR posts.post_status = 'draft' " . $include_private . ')\n\t\t\t\tORDER BY post_date DESC\n\t\t\t\tLIMIT 16 OFFSET ' . (int) ( $page_num - 1 ) * 16 )\n$post_type->name used without escaping.\n$search assigned unsafely at line 238:\n $search = ! empty( $_REQUEST['search'] ) ? sanitize_text_field( wp_unslash( $_REQUEST['search'] ) ) : ''\nNote: sanitize_text_field() is not a safe escaping function.\n$_REQUEST['search'] used without escaping. | inc/admin-layouts.php:387:22 | Security |
| 07.01.2026, 17:00:34 | 30s | 32 | 231 | 156 |
| 03.12.2025, 16:01:00 | 27s | 32 | 231 | 156 |
| 12.11.2025, 16:38:15 | 33s | 32 | 231 | 156 |