Bulk Datetime Change

Bulk change date/time for posts.

v1.18Katsushi KawamoriUpdated 2026-03-17Added Dec 3, 20206k+ installs100% rating
96
Score
3
Errors
18
Warnings
+0
Change

Category Scores

Security100
Repo94
Performance100
Maintainability85

Top Issues by Category

Issues Details

21 issues found in latest scan

WARNING9
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound

Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$blog_ids".

WARNING3
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedClassFound

Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "BulkDatetimeChange".

WARNING2
WordPress.DB.DirectDatabaseQuery.DirectQuery

Use of a direct database call is discouraged.

WARNING2
WordPress.DB.DirectDatabaseQuery.NoCaching

Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().

WARNING1
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedFunctionFound

Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "usort_reorder".

WARNING1
WordPress.PHP.DevelopmentFunctions.error_log_print_r

print_r() found. Debug code should not normally be used in production.

ERROR1
missing_direct_file_access_protection

PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;

ERROR1
readme_short_description_non_official_language

The readme short description contains unofficial language. It must be written in standard English.

ERROR1
wp_function_not_compatible_with_requires_wp

Function "wp_date()" requires WordPress 5.3.0, but your plugin minimum supported version is WordPress 4.6.0.

Latest Snapshot

Findings

21

Errors

3

Warnings

18

Score History

First score snapshot

First scan completed Jun 21, 2026

v1.18 · Plugin Check 2.0.0 · Model 2026.06-mvp-static-v2

Jun 21, 2026

v1.18

96

Latest

Findings
21
Errors
3
Warnings
18
Plugin Check
2.0.0
Model
2026.06-mvp-static-v2

Related Plugins