apply_filters( 'llms_notifications_query_default_args', array $args, LLMS_Notifications_Query $notifications_query )

Filters the notifications query’s default args.


Parameters Parameters

$args

(array) Array of default arguments to set up the query with.

$notifications_query

(LLMS_Notifications_Query) Instance of LLMS_Notifications_Query.


Top ↑

Source Source

File: includes/notifications/class.llms.notifications.query.php

View on GitHub



Top ↑

Changelog Changelog

Changelog
Version Description
7.1.0 Added $notifications_query parameter.
3.8.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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