SproutCMS

This is the code documentation for the SproutCMS project

function isTourCompleted()

Has a given JavaScript tour been completed?

Usage

bool Admin::isTourCompleted ( string $tour_name );

Arguments

  1. string $tour_name
    Internal name for the tour, e.g. "page_edit"

Return value

  • bool
    True if it's been completed, false if it hasn't