llms_create_page( string $slug, string $title = '', string $content = '', string $option = '' )

Create a Page & save it’s id as an option


Description Description


Parameters Parameters

$slug

(Required) page slug

$title

(Optional) page title

Default value: ''

$content

(Optional) page content

Default value: ''

$option

(Optional) option name

Default value: ''


Top ↑

Return Return

(int) page id


Top ↑

Source Source

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


			

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.