Devaloka Query Exporter
:electric_plug: [Devaloka Plugin] Exports WordPress WP_Query variables to front-end as JSON.
★ 0stars
9composer installs
0forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/devaloka/devaloka-query-exporter/archive/refs/heads/master.zipAlso on Packagist as devaloka/devaloka-query-exporter:
composer require devaloka/devaloka-query-exporterFrom the 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 WPQuery's query variables to front-end as JSON.
Requirements
Devaloka
Devaloka Plugin Component
Installation (as a normal plugin)
1. Install via Composer.
Installation (as a Must-Use plugin)
1. Install via Composer.
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]: htt
Read the full README on GitHub →
Releases
These releases are tags only. The author does not attach a packaged zip, so there are no download counts to report.