Yoast\WP\SEO\Helpers
Blocks_Helper::__construct
Constructs a Blocks_Helper instance.
Метод класса: Blocks_Helper{}
Хуков нет.
Возвращает
null. Ничего (null).
Использование
$Blocks_Helper = new Blocks_Helper(); $Blocks_Helper->__construct( $post );
- $post(Post_Helper) (обязательный)
- The post helper.
Код Blocks_Helper::__construct() Blocks Helper:: construct Yoast 28.3
public function __construct( Post_Helper $post ) {
$this->post = $post;
}