apply_filters( "llms_new_{$this->model_post_type}", array $creation_args )

Filters the creation arguments used to create a new post.


Description Description

The return array is passed through wp_slash and ultimately passed directly to wp_insert_post.

The dynamic portion of this hook, {$this->model_post_type}, refers to the post model’s $model_post_type property.


Top ↑

Parameters Parameters

$creation_args

(array) An array of arguments passed.


Top ↑

Source Source

File: includes/abstracts/abstract.llms.post.model.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.