Yoast\WP\SEO\Llms_Txt\Domain\Available_Posts
Invalid_Post_Type_Exception{}└─ Exception
Exception for when the post type asked is invalid.
Хуков нет.
Использование
$Invalid_Post_Type_Exception = new Invalid_Post_Type_Exception(); // use class methods
Методы
- public __construct()
Код Invalid_Post_Type_Exception{} 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 );
}
}