Developer Resources

A comprehensive list of filters and actions included in our plugin

Hooks / nelio_content_can_user_manage_plugin

apply_filters( ‘nelio_content_can_user_manage_plugin’, boolean $can_manage, id $user_id )

Filters whether the current user can or can’t manage the plugin.

Parameters

$can_manage boolean

(Required) whether the user can or can’t manage the plugin.

$user_id id

(Required) user id.

Source

File: includes/utils/functions/helpers.php

Changelog

Changelog
VersionDescription
2.0.0Introduced.