Skip to content

Instantly share code, notes, and snippets.

View bruhfami's full-sized avatar

Coolbro bruhfami

View GitHub Profile
@bruhfami
bruhfami / wordpress_export_to_json.php
Created June 4, 2021 06:49 — 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
**/