apply_filters( 'llms_create_page_id', int $page_id , string $slug , string $content )
Filters the ID of the page to be created.
Parameters Parameters
- $page_id
-
(int) The WP_Post ID of the page.
- $slug
-
(string) The page slug.
- $content
-
(string) THe content of the page.
Source Source
Changelog Changelog
| Version | Description |
|---|---|
| 3.0.0 | Introduced. |