WPSEO_Help_Center::add_video_tutorial_item PHP Méthode

add_video_tutorial_item() private méthode

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());
    }