Hola,
Antes de conocer el archivo CSV, agrego productos a mano, uno por uno, y me ha costado una gran cantidad de tiempo.
Ahora intento importar el archivo pero aparece «Lo siento, solo puedes cargar archivos de imagen en los formatos .GIF, .JPG, .PNG, .WEBP, .SVG».
Puse parte de mi código en wp-config aquí, tal vez obtenga ayuda del desarrollador de WordPress.
Y en el archivo de Drive puse mi archivo CSV y una foto, creo que puede ayudar.
Muchas gracias
define( 'DISALLOW_FILE_EDIT', true ); // Added by Defender$table_prefix = 'wp_';
/* Add any custom values between this line and the "stop editing" line. */
/**
* For developers: WordPress debugging mode.
*
* Change this to true to enable the display of notices during development.
* It is strongly recommended that plugin and theme developers use WP_DEBUG
* in their development environments.
*
* For information on other constants that can be used for debugging,
* visit the documentation.
*
* @link https://wordpress.org/support/article/debugging-in-wordpress/
*/
if ( ! defined( 'WP_DEBUG' ) ) {
define( 'WP_DEBUG', false );
}
define('DISALLOW_FILE_MODS', false);
/* That's all, stop editing! Happy publishing. */
/** Absolute path to the WordPress directory. */
if ( ! defined( 'ABSPATH' ) ) {
define( 'ABSPATH', __DIR__ . '/' );
}
/** Sets up WordPress vars and included files. */
define( 'WP_DEBUG_LOG', false );
define( 'WP_DEBUG_DISPLAY', false );
require_once ABSPATH . 'wp-settings.php';
La página con la que necesito ayuda: [log in to see the link]