gpnf_can_user_edit_entry DescriptionUsageParametersDescription Filter whether the current user has permission to edit the given entry. Usage add_filter( 'gpnf_can_user_edit_entry', '__return_true' ); Parameters $can_user_edit_entry bool Can the current user edit the given entry? $entry array Current entry. $user \WP_User Current user.