LLMS_Post_Model::get_status_name()
Retrieve the registered Label of the posts current status
Description Description
Return Return
(string)
Source Source
File: includes/abstracts/abstract.llms.post.model.php
public function get_status_name() { $obj = get_post_status_object( $this->get( 'status' ) ); return apply_filters( 'llms_get_' . $this->model_post_type . '_status_name', $obj->label ); }
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
3.0.0 | Introduced. |
User Contributed Notes User Contributed Notes
Permalink: