-
Notifications
You must be signed in to change notification settings - Fork 83
activitypub_queried_object
github-actions[bot] edited this page Jul 23, 2025
·
9 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 $queried_object;
}
);-
WP_Term|\WP_Post_Type|\WP_Post|\WP_User|\WP_Comment|null$queried_objectThe queried object.
apply_filters( 'activitypub_queried_object', $queried_object )Follow @[email protected] for updates and news.