Yoast\WP\SEO\Integrations\Front_End
RSS_Footer_Embed::__construct() public Yoast 1.0
Sets the required helpers.
{} Это метод класса: RSS_Footer_Embed{}
Хуков нет.
Возвращает
Null. Ничего.
Использование
$RSS_Footer_Embed = new RSS_Footer_Embed(); $RSS_Footer_Embed->__construct( $options );
- $options(Options_Helper) (обязательный)
- The options helper.
Код RSS_Footer_Embed::__construct() RSS Footer Embed:: construct Yoast 15.6.2
public function __construct( Options_Helper $options ) {
$this->options = $options;
}