apply_filters( 'llms_sales_page_types', array $page_data )
Filters the page data passed to create a page.
Description Description
The output of this filter will be slashed via wp_slash prior to being passed to wp_insert_post to prevent slashes from being stripped from the page title.
Parameters Parameters
- $page_data
-
(array) Array of page data.
Source Source
Changelog Changelog
| Version | Description |
|---|---|
| 3.0.0 | Introduced. |