Yoast\WP\SEO\Conditionals

Attachment_Redirections_Enabled_Conditional::__construct()publicYoast 1.0

Attachment_Redirections_Enabled_Conditional constructor.

Метод класса: Attachment_Redirections_Enabled_Conditional{}

Хуков нет.

Возвращает

null. Ничего (null).

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

$Attachment_Redirections_Enabled_Conditional = new Attachment_Redirections_Enabled_Conditional();
$Attachment_Redirections_Enabled_Conditional->__construct( $options );
$options(Options_Helper) (обязательный)
The options helper.

Код Attachment_Redirections_Enabled_Conditional::__construct() Yoast 22.4

public function __construct( Options_Helper $options ) {
	$this->options = $options;
}