apply_filters( 'sensei_the_no_permissions_message', $no_permissions_message, $post_id ) → {string}
Filter the no permissions message just before it is echo'd on the no-permissions.php file.
Parameters:
Name | Type | Description |
---|---|---|
$no_permissions_message |
string | The no permissions message. |
$post_id |
int | The post ID. |
- Since:
- 1.9.0
- Source:
Returns:
Filtered no permissions message.
- Type
- string