Developer Resources

A comprehensive list of filters and actions included in our plugin

Hooks / nelio_content_can_use_post_status

apply_filters( ‘nelio_content_can_use_post_status’, boolean $available, string $status, string $post_type )

Filters whether current user can set this status or not.

Parameters

$available boolean

(Required) whether current user can set this status or not.

$status string

(Required) status slug.

$post_type string

(Required) post type.

Source

File: admin/class-nelio-content-admin.php

Changelog

Changelog
VersionDescription
2.3.5Introduced.