Yoast\WP\SEO\Helpers
Social_Profiles_Helper::__construct()
Social_Profiles_Helper constructor.
Метод класса: Social_Profiles_Helper{}
Хуков нет.
Возвращает
null
. Ничего (null).
Использование
$Social_Profiles_Helper = new Social_Profiles_Helper(); $Social_Profiles_Helper->__construct( $options_helper );
- $options_helper(Options_Helper) (обязательный)
- The WPSEO options helper.
Код Social_Profiles_Helper::__construct() Social Profiles Helper:: construct Yoast 24.4
public function __construct( Options_Helper $options_helper ) { $this->options_helper = $options_helper; }