Browse: Home / Hooks /

learndash_group_membership_access_denied_show_ld30_alert

apply_filters( 'learndash_group_membership_access_denied_show_ld30_alert',  boolean $show_alert,  int $post_id,  int $user_id )

Filter to show alert message box used in LD30 templates.


Description #


Parameters #

$show_alert

(boolean) true.

$post_id

(int) Current Post ID.

$user_id

(int) Current User ID.


Return #

(boolean) True to process template. Anything else to abort.


Source #

File: includes/group/ld-groups-membership.php


Changelog #

Changelog
Version Description
3.2.0 Introduced.