Learndash_Admin_Import_Posts::update_content_after_insertion( WP_Post $post, string $previous_permalink )
Updates post content after post is created.
Description #
Parameters #
- $post
-
(WP_Post) (Required) The post object.
- $previous_permalink
-
(string) (Required) Previous permalink.
Return #
(void)
Source #
File: includes/admin/classes-import-export/import/class-learndash-admin-import-posts.php
Changelog #
| Version | Description |
|---|---|
| 4.3.0 | Introduced. |