You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$error_message = __( 'HWP Previews: The Composer autoloader was not found. If you installed the plugin from the GitHub source, make sure to run `composer install`.', 'hwp-previews' );
62
+
$error_message = 'HWP Previews: The Composer autoloader was not found. If you installed the plugin from the GitHub source, make sure to run `composer install`.';
63
63
64
64
if ( defined( 'WP_DEBUG' ) && WP_DEBUG ) {
65
65
error_log( esc_html( $error_message ) ); // phpcs:ignore WordPress.PHP.DevelopmentFunctions.error_log_error_log -- This is a development notice.
0 commit comments