LLMS_Post_Model

LLMS_Post_Model abstract class


Description Description


Source Source

File: includes/abstracts/abstract.llms.post.model.php


			

Top ↑

Changelog Changelog

Changelog
Version Description
3.36.1 In set_bulk() method, use WP_Error::$errors in place of WP_Error::has_errors() to support WordPress version prior to 5.1.
3.34.0 Refresh the whole $post property with the just updated instance of WP_Post after updating it.
3.31.0 Treat post_excerpt fields as HTML instead of plain text.
3.30.3 Use wp_slash() when creating new posts.
3.30.2 Add filter to allow 3rd parties to prevent a field from being added to the custom field array.
3.30.0 Improve handling of custom field data to toArrayCustom().
3.0.0 Introduced.


Top ↑

Methods Methods


Top ↑

User Contributed Notes User Contributed Notes

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