LLMS_Generator::get_default_post_status()

Retrieve the default post status for the generated set of posts


Description Description


Return Return

(string)


Top ↑

Source Source

File: includes/class.llms.generator.php

	public function get_default_post_status() {
		return apply_filters( 'llms_generator_default_post_status', $this->default_post_status, $this );
	}

Top ↑

Changelog Changelog

Changelog
Version Description
3.7.3
3.30.2 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.