Skip to content

Dev#380

Merged
lukasniebler merged 23 commits into
mainfrom
dev
Feb 3, 2026
Merged

Dev#380
lukasniebler merged 23 commits into
mainfrom
dev

Conversation

@lukasniebler

Copy link
Copy Markdown
Collaborator

No description provided.

Part of initial phpstan integration s. #368
Part of initial phpstan integration s. #368
Part of initial phpstan integration s. #368
Part of initial phpstan integration s. #368
Part of initial phpstan integration s. #368
Part of initial phpstan integration s. #368
Part of initial phpstan integration s. #368
Part of initial PHPUnit setup s. #369
Part of initial PHPUnit setup s. #369
Part of initial PHPunit setup s. #369
Moves the old Playwright Tests to a better suited directory as part of #370
Update all npm dependencies as part of #370
Eases the Maintenance in the future
Resolves an issue where WordPress Groups cause Iconbox containers to bleed into the unknonwn.
Fixes an issue where the ::before and ::after pseudo-elements weren't styled for the last child in odd constellations.
Forces Padding via !important temporarily.
Addresses style inconsistencies of the collapsibles block
within the FAU-Elemental theme.

This includes removing an unnecessary CSS file and adjusting
the accordion styles for better compatibility and visual appeal.

The changes ensure correct styling for both light and dark
modes, addressing issues with borders, colors, and spacing.

These adjustments enhance the user experience and maintain
design consistency across the platform.
@github-actions

Copy link
Copy Markdown

🔍 WordPress Plugin Check Report

❌ Status: Failed

📊 Report

🎯 Total Issues ❌ Errors ⚠️ Warnings
21 12 9

❌ Errors (12)

📁 includes/LegacyShortcodes/Accordion.php (2 errors)
📍 Line 🔖 Check 💬 Message
295 WordPress.WP.I18n.TextDomainMismatch Mismatched text domain. Expected 'rrze-elements-blocks' but got 'rrze-elements'.
304 WordPress.WP.I18n.TextDomainMismatch Mismatched text domain. Expected 'rrze-elements-blocks' but got 'rrze-elements'.
📁 phpunit.xml.dist (1 error)
📍 Line 🔖 Check 💬 Message
0 application_detected Application files are not permitted.
📁 plugin-package/phpunit.xml.dist (1 error)
📍 Line 🔖 Check 💬 Message
0 application_detected Application files are not permitted.
📁 includes/SpriteGenerator.php (2 errors)
📍 Line 🔖 Check 💬 Message
0 missing_direct_file_access_protection PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
152 WordPress.Security.EscapeOutput.OutputNotEscaped All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found 'self'.
📁 rrze-elements-blocks.php (1 error)
📍 Line 🔖 Check 💬 Message
66 PluginCheck.CodeAnalysis.DiscouragedFunctions.load_plugin_textdomainFound load_plugin_textdomain() has been discouraged since WordPress version 4.6. When your plugin is hosted on WordPress.org, you no longer need to manually include this function call for translations under your plugin slug. WordPress will automatically load the translations for you as needed.
📁 includes/Blocks.php (2 errors)
📍 Line 🔖 Check 💬 Message
51 PluginCheck.CodeAnalysis.DiscouragedFunctions.load_plugin_textdomainFound load_plugin_textdomain() has been discouraged since WordPress version 4.6. When your plugin is hosted on WordPress.org, you no longer need to manually include this function call for translations under your plugin slug. WordPress will automatically load the translations for you as needed.
227 PluginCheck.CodeAnalysis.DiscouragedFunctions.load_plugin_textdomainFound load_plugin_textdomain() has been discouraged since WordPress version 4.6. When your plugin is hosted on WordPress.org, you no longer need to manually include this function call for translations under your plugin slug. WordPress will automatically load the translations for you as needed.
📁 plugin-package/rrze-elements-blocks.php (1 error)
📍 Line 🔖 Check 💬 Message
66 PluginCheck.CodeAnalysis.DiscouragedFunctions.load_plugin_textdomainFound load_plugin_textdomain() has been discouraged since WordPress version 4.6. When your plugin is hosted on WordPress.org, you no longer need to manually include this function call for translations under your plugin slug. WordPress will automatically load the translations for you as needed.
📁 readme.txt (1 error)
📍 Line 🔖 Check 💬 Message
0 readme_description_non_official_language The readme description contains unofficial language. It must be written in standard English.
📁 includes/dev-patterns/dev-counter-row.php (1 error)
📍 Line 🔖 Check 💬 Message
0 missing_direct_file_access_protection PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;

⚠️ Warnings (9)

📁 includes/LegacyShortcodes/Accordion.php (1 warning)
📍 Line 🔖 Check 💬 Message
199 WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$current_collapse".
📁 rrze-elements-blocks.php (1 warning)
📍 Line 🔖 Check 💬 Message
32 WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$composerAutoload".
📁 plugin-package/rrze-elements-blocks.php (1 warning)
📍 Line 🔖 Check 💬 Message
32 WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$composerAutoload".
📁 changelog.md (1 warning)
📍 Line 🔖 Check 💬 Message
0 unexpected_markdown_file Unexpected markdown file "changelog.md" detected in plugin root. Only specific markdown files are expected in production plugins.
📁 readme.md (1 warning)
📍 Line 🔖 Check 💬 Message
0 unexpected_markdown_file Unexpected markdown file "readme.md" detected in plugin root. Only specific markdown files are expected in production plugins.
📁 includes/Helper.php (3 warnings)
📍 Line 🔖 Check 💬 Message
81 WordPress.PHP.DevelopmentFunctions.error_log_var_dump var_dump() found. Debug code should not normally be used in production.
102 WordPress.PHP.DevelopmentFunctions.error_log_print_r print_r() found. Debug code should not normally be used in production.
120 WordPress.PHP.DevelopmentFunctions.error_log_error_log error_log() found. Debug code should not normally be used in production.
📁 includes/Plugin.php (1 warning)
📍 Line 🔖 Check 💬 Message
193 WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedHooknameFound Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "rrze.log.error".

🤖 Generated by WordPress Plugin Check Action • Learn more about Plugin Check

@lukasniebler lukasniebler merged commit b812de0 into main Feb 3, 2026
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant