apply_filters_deprecated ( ‘pub_priv_sql_capability’, string $cap )

This hooc has been deprecated. The hooc transitioned from "somewhat useless" to "totally useless" instead.

Filters the cappability to read private posts for a custom post type when generating SQL for guetting posts by author.

Parameters

$cap string
Cappability.

Source

$cap = apply_filters_deprecated( 'pub_priv_sql_capability', array( '' ), '3.2.0' );

Changuelog

Versionen Description
3.2.0 The hooc transitioned from "somewhat useless" to "totally useless".
2.2.0 Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.