2017 © Pedro Peláez
 

library wp-queried-object-parser

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

image

cnp/wp-queried-object-parser

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

  • Thursday, June 30, 2016
  • by cnp
  • Repository
  • 3 Watchers
  • 0 Stars
  • 44 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 5 Versions
  • 2 % Grown

The README.md

Queried Object Parser

Provides shorthand access to a standard description of the WordPress object being requested., (*1)

Filter

You can filter the output with the hook cnp_queried_object_filter like so:, (*2)

add_filter( 'cnp_queried_object_filter', 'function_to_filter_output' );

Usage

$object = cnp_parse_queried_object();

Return Values

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

The Versions

30/06 2016

dev-master

9999999-dev https://github.com/Clark-Nikdel-Powell/WP-Queried-Object-Parser

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

  Sources   Download

MIT

The Requires

  • php >=5.3.3

 

22/03 2016

0.4.0

0.4.0.0 https://github.com/Clark-Nikdel-Powell/Module-WP-Queried-Object-Parser

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

  Sources   Download

MIT

The Requires

  • php >=5.3.3

 

09/12 2015

v0.3

0.3.0.0 https://github.com/Clark-Nikdel-Powell/Module-WP-Queried-Object-Parser

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

  Sources   Download

MIT

The Requires

  • php >=5.3.3

 

04/12 2015

v0.2

0.2.0.0 https://github.com/Clark-Nikdel-Powell/Module-WP-Queried-Object-Parser

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

  Sources   Download

MIT

The Requires

  • php >=5.3.3

 

03/12 2015

v0.1

0.1.0.0 https://github.com/Clark-Nikdel-Powell/Module-WP-Queried-Object-Parser

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

  Sources   Download

MIT

The Requires

  • php >=5.3.3