-
Notifications
You must be signed in to change notification settings - Fork 81
activitypub_queried_object
github-actions[bot] edited this page Aug 7, 2025
·
5 revisions
Filters the queried object.
add_filter(
'activitypub_queried_object',
function( WP_Term|\WP_Post_Type|\WP_Post|\WP_User|\WP_Comment $queried_object = null ) {
// Your code here.
return null;
}
);
-
WP_Term|\WP_Post_Type|\WP_Post|\WP_User|\WP_Comment|null
$queried_object
The queried object.
apply_filters( 'activitypub_queried_object', $queried_object )
Follow @[email protected] for updates and news.