I would like to follow up this. Is there any filter hook to change the date format from the CSV file.
There is flamingo_add_inbound filter hook but i can’t unset the Date from the CSV file. I tried this unset($args['fields'][date] but still no luck to filter this date format.
Thank you
Go to the permalinks under the setting menu and hit the save changes button. Check if its working. If its not working, try to change the permission of .htaccess into 777 (Folder access: Create and delete files).
Thank you guys. I figured it out that i can use add_image_size() function to add image style and regenerate it using wp media regenerate of wp-cli :). Thank you so much guys. Have a nice day!