LD_QuizPro::edit_process( int $post_id )
Routes to the WpProQuiz_Controller_Quiz controller to output the add or edit page for quizes if not autosaving, post id is set, and the current user has permissions to add or edit quizes. If there is an available template to load, wordpress redirects to the proper URL.
Description Description
Parameters Parameters
- $post_id
-
(Required) Post ID
Source Source
File: includes/quiz/ld-quiz-pro.php
Changelog Changelog
Version | Description |
---|---|
2.1.0 | Introduced. |