| 开发者 | yasircs4 |
|---|---|
| 更新时间 | 2026年4月29日 04:21 |
| PHP版本: | 7.4 及以上 |
| WordPress版本: | 6.9 |
| 版权: | GPLv2 or later |
| 版权网址: | 版权信息 |
/wp-content/plugins/arabic-search-enhancement directory, or install the plugin through the WordPress plugins screen directly.Yes! The plugin normalizes standard Arabic text patterns that are common across all Arabic dialects and Modern Standard Arabic.
No, the plugin is performance-optimized with intelligent caching. Search queries are processed at the database level for maximum efficiency.
Absolutely! The admin panel allows you to select exactly which post types should be included in enhanced searches.
The plugin modifies WordPress core search functionality, so compatibility with other search plugins depends on their implementation. Test thoroughly if using multiple search plugins.
Yes! The plugin includes complete Arabic translations and RTL interface support. Additional languages can be added easily.
namespace declarations in PHP files.arabseen_).error_log warning in SearchQueryModifier.php (already wrapped in WP_DEBUG).arabic-search-enhancement. Mismatches in automated scans are due to the review environment's folder naming (e.g., adding version suffix).WordPress.DB.PreparedSQL.NotPrepared errors by ensuring literal SQL strings are passed to $wpdb->prepare().WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound in build scripts.TextDomainMismatch errors are considered false positives, as the plugin correctly uses arabic-search-enhancement as its text domain.PreparedSQL.NotPrepared issues by explicitly inlining SQL query strings.NamingConventions.PrefixAllGlobals warnings in translation build scripts.DirectDatabaseQuery and UnescapedDBParameter warnings for core plugin functionality.WordPress.DB.PreparedSQL.NotPrepared issues by inlining SQL queries into $wpdb->prepare() calls.load_plugin_textdomain() call as translations are handled automatically by WordPress.org for hosted plugins.arabic_search_enhancement_frontend_ajax_actions filter