PHPackages                             cnp/wp-queried-object-parser - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. cnp/wp-queried-object-parser

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

cnp/wp-queried-object-parser
============================

Provides shorthand access to a standard description of the WordPress object being requested.

0.4.0(10y ago)056MITPHPPHP &gt;=5.3.3

Since Dec 3Pushed 10y ago2 watchersCompare

[ Source](https://github.com/Clark-Nikdel-Powell/WP-Queried-Object-Parser)[ Packagist](https://packagist.org/packages/cnp/wp-queried-object-parser)[ Docs](https://github.com/Clark-Nikdel-Powell/Module-WP-Queried-Object-Parser)[ RSS](/packages/cnp-wp-queried-object-parser/feed)WikiDiscussions master Synced yesterday

READMEChangelog (3)DependenciesVersions (5)Used By (0)

Queried Object Parser
---------------------

[](#queried-object-parser)

Provides shorthand access to a standard description of the WordPress object being requested.

Filter
------

[](#filter)

You can filter the output with the hook `cnp_queried_object_filter` like so:

```
add_filter( 'cnp_queried_object_filter', 'function_to_filter_output' );
```

### Usage

[](#usage)

```
$object = cnp_parse_queried_object();
```

### Return Values

[](#return-values)

```
(stdClass) [
    type      -> '',
    wp_object -> '',
    title     -> '',
    slug      -> '',
    ID        -> 0,
    view      -> ''
]
```

###  Health Score

24

—

LowBetter than 31% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity51

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 53.8% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~36 days

Total

4

Last Release

3753d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/7df60fcdb3fa310756e7ba0e801c8f311e4edf53111a8d09895ead3652fb76a9?d=identicon)[cnp](/maintainers/cnp)

---

Top Contributors

[![jhned](https://avatars.githubusercontent.com/u/2520143?v=4)](https://github.com/jhned "jhned (7 commits)")[![gwelser](https://avatars.githubusercontent.com/u/2042739?v=4)](https://github.com/gwelser "gwelser (6 commits)")

### Embed Badge

![Health badge](/badges/cnp-wp-queried-object-parser/health.svg)

```
[![Health](https://phpackages.com/badges/cnp-wp-queried-object-parser/health.svg)](https://phpackages.com/packages/cnp-wp-queried-object-parser)
```

###  Alternatives

[freedsx/ldap

A Pure PHP LDAP library

157150.3k2](/packages/freedsx-ldap)[jjj/chosen

Chosen is a JavaScript plugin that makes select boxes user-friendly. It is currently available in both jQuery and Prototype flavors.

28597.8k5](/packages/jjj-chosen)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
