do_action( "{$page_restricted[‘reason’]}”}", array $page_restricted )

Action triggered when content is restricted for the specified reason.


Description Description

The dynamic portion of this hook, {$page_restricted['reason']} refers to the restriction reason code generated by llms_page_restricted().

See also See also


Top ↑

Parameters Parameters

$page_restricted

Restriction information from llms_page_restricted().


Top ↑

Source Source

File: includes/class.llms.template.loader.php


Top ↑

User Contributed Notes User Contributed Notes

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