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.


Top ↑

Parameters Parameters

$page_data

(array) Array of page data.


Top ↑

Source Source

File: includes/admin/llms.functions.admin.php

View on GitHub



Top ↑

Changelog Changelog

Changelog
Version Description
3.0.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.