WPSEO_Help_Center::add_video_tutorial_item PHP 메소드

add_video_tutorial_item() 개인적인 메소드

Add the video tutorial help center item to the help center.
    private function add_video_tutorial_item()
    {
        array_push($this->help_center_items, $this->get_video_help_center_item());
    }