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.


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.