View Categories

How to suspend or permanently delete a published test (v8)

To see the steps for suspending or deleting your published test check out the video below:

Powered by BetterDocs

function year_shortcode() { $year = date('Y'); return $year; } add_shortcode('year', 'year_shortcode');