Skip to content

Instantly share code, notes, and snippets.

View MSicc's full-sized avatar
💭
developing...

Marco Siccardi MSicc

💭
developing...
View GitHub Profile
@MSicc
MSicc / wordpress_export_to_json.php
Created August 20, 2021 05:03 — forked from jsnelders/wordpress_export_to_json.php
Export all core WordPress data (posts, pages, attachments, comments, tags, categories and users) to a JSON formatted file.
<?php
/**
* Plugin Name: WordPress Export to JSON
* Plugin URI: https://jsnelders.com/
* Description: Export all WordPress posts, pages, comments, tags, commments and users to a JSON file.
* Author: Jason Snelders
* Author URI: http://jsnelders.com
* Version: 2020-01-30.1
**/