• Resolved GreenlandMeadows

    (@jewishtidbits)


    Hi, I would like to recover a previous version of a saved CSS from backup. Where can I find it? Is it in the database or in file?

    Thank you

Viewing 1 replies (of 1 total)
  • Plugin Author SilkyPress

    (@diana_burduja)

    If you have a database backup of the website, then you can try the following: install the backup database, then you can find the old posts with the following MySQL query: SELECT * FROM wp_posts WHERE post_type="custom-css-js"; where wp_ is the database tables prefix.

    If you have a file backup of the website, then you can search the CSS code in the /wp-content/uploads/custom-css-js/ folder.

Viewing 1 replies (of 1 total)
  • The topic ‘Recover Deleted CSS from Backup’ is closed to new replies.