Browse: Home / Functions /

learndash_redirect_post_location

learndash_redirect_post_location( string $location = '',  int $post_id )

Used when editing Lesson, Topic, Quiz or Question post items. This filter is needed to add the ‘course_id’ parameter back to the edit URL after the post is submitted (saved).


Description #


Parameters #

$location

(string) (Optional) The destination URL.

Default value: ''

$post_id

(int) (Required) The post ID.


Source #

File: includes/class-ld-permalinks.php


Changelog #

Changelog
Version Description
2.5.0 Introduced.