https://github.com/devaloka/devaloka-query-exporter
:electric_plug: [Devaloka Plugin] Exports WordPress WP_Query variables to front-end as JSON.
https://github.com/devaloka/devaloka-query-exporter
Last synced: 10 months ago
JSON representation
:electric_plug: [Devaloka Plugin] Exports WordPress WP_Query variables to front-end as JSON.
- Host: GitHub
- URL: https://github.com/devaloka/devaloka-query-exporter
- Owner: devaloka
- License: gpl-2.0
- Created: 2015-12-09T15:13:21.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-10-24T08:49:17.000Z (over 9 years ago)
- Last Synced: 2025-07-08T11:52:42.595Z (11 months ago)
- Language: PHP
- Homepage:
- Size: 32.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: MIT-LICENSE.txt
Awesome Lists containing this project
README
# Devaloka Query Exporter Plugin
[![Latest Stable Version][stable-image]][stable-url]
[![Latest Unstable Version][unstable-image]][unstable-url]
[![License][license-image]][license-url]
[![Build Status][travis-image]][travis-url]
A WordPress Plugin that exports WP_Query's query variables to front-end as JSON.
## Requirements
* [Devaloka](https://github.com/devaloka/devaloka)
* [Devaloka Plugin Component](https://github.com/devaloka/devaloka-plugin)
## Installation (as a normal plugin)
1. Install via Composer.
```sh
composer require devaloka/devaloka-query-exporter
```
## Installation (as a Must-Use plugin)
1. Install via Composer.
```sh
composer require devaloka/devaloka-query-exporter
```
2. Move `devaloka-query-exporter` directory into
`wp-content/mu-plugins/`.
3. Move `devaloka-query-exporter/loader/50-devaloka-query-exporter-loader.php`
into `wp-content/mu-plugins/`.
[stable-image]: https://poser.pugx.org/devaloka/devaloka-query-exporter/v/stable
[stable-url]: https://packagist.org/packages/devaloka/devaloka-query-exporter
[unstable-image]: https://poser.pugx.org/devaloka/devaloka-query-exporter/v/unstable
[unstable-url]: https://packagist.org/packages/devaloka/devaloka-query-exporter
[license-image]: https://poser.pugx.org/devaloka/devaloka-query-exporter/license
[license-url]: https://packagist.org/packages/devaloka/devaloka-query-exporter
[travis-image]: https://travis-ci.org/devaloka/devaloka-query-exporter.svg?branch=master
[travis-url]: https://travis-ci.org/devaloka/devaloka-query-exporter