New Release #4
wordpress-plugin-check.yml
on: push
WordPress Plugin Check
1m 58s
Annotations
6 errors and 2 warnings
|
WordPress Plugin Check
Process completed with exit code 1.
|
|
WordPress Plugin Check
WordPress Plugin Check failed. Created issue for tracking.
|
|
WordPress Plugin Check
Process completed with exit code 1.
|
|
WordPress.DateTime.RestrictedFunctions.date_date:
simple-site-exporter.php#L225
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
|
|
WordPress.WP.I18n.NonSingularStringLiteralText:
simple-site-exporter.php#L107
The $text parameter must be a single text string literal. Found: get_admin_page_title()
|
|
WordPress.DateTime.RestrictedFunctions.date_date:
simple-site-exporter.php#L33
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
|
|
Squiz.PHP.DiscouragedFunctions.Discouraged:
simple-site-exporter.php#L180
The use of function set_time_limit() is discouraged
|
|
WordPress.PHP.DevelopmentFunctions.error_log_error_log:
simple-site-exporter.php#L41
error_log() found. Debug code should not normally be used in production.
|