Yoast\WP\SEO\Llms_Txt\Domain\Available_Posts

Invalid_Post_Type_Exception{}Yoast 1.0└─ Exception

Exception for when the post type asked is invalid.

Хуков нет.

Использование

$Invalid_Post_Type_Exception = new Invalid_Post_Type_Exception();
// use class methods

Методы

  1. public __construct()

Код Invalid_Post_Type_Exception{} Yoast 27.7

class Invalid_Post_Type_Exception extends Exception {

	/**
	 * Constructor of the exception.
	 */
	public function __construct() {
		parent::__construct( 'The post type asked is not valid', 400 );
	}
}