Dev Resources

  • Home
  • Reference
  • BuddyX Theme
  • Functions
  • Hooks
  • Classes
Filter by type:
Search
Browse: Home / Reference / includes/abstracts/abstract.llms.post.model.php

LLMS_Post_Model::toArrayCustom()

Method: Called by toArray to add custom fields via get_post_meta()

Source: includes/abstracts/abstract.llms.post.model.php:1617

Used by 0 functions | Uses 0 functions

llms_{$this->model_post_type}_skip_custom_field

Filter Hook: Filters whether the custom field should be excluded in the array represantation of the post model

Source: includes/abstracts/abstract.llms.post.model.php:1644

Used by 0 functions | Uses 0 functions

llms_{$this->model_post_type}_to_array_add_extras

Filter Hook: Filter whether or not “extra” content should be included in the post array

Source: includes/abstracts/abstract.llms.post.model.php:1459

Used by 0 functions | Uses 0 functions

llms_{$this->model_post_type}_to_array

Filter Hook: Filter the final post array created when converting the object to an array

Source: includes/abstracts/abstract.llms.post.model.php:1489

Used by 0 functions | Uses 0 functions

LLMS_Post_Model::toArrayAfter()

Method: Called before data is sorted and returned by $this->toArray()

Source: includes/abstracts/abstract.llms.post.model.php:1504

Used by 0 functions | Uses 0 functions

LLMS_Post_Model::to_array_extra()

Method: Add “extra” data to the post array during export/serialization

Source: includes/abstracts/abstract.llms.post.model.php:1524

Used by 0 functions | Uses 0 functions

LLMS_Post_Model::to_array_extra_blocks()

Method: Add reusable blocks found in the post’s content to the post’s array

Source: includes/abstracts/abstract.llms.post.model.php:1548

Used by 0 functions | Uses 0 functions

LLMS_Post_Model::to_array_extra_images()

Method: Add images found in the post’s content to the post’s array

Source: includes/abstracts/abstract.llms.post.model.php:1581

Used by 0 functions | Uses 0 functions

llms_scrub_{$this->model_post_type}_field_{$key}

Filter Hook: Filters the scrubbed property

Source: includes/abstracts/abstract.llms.post.model.php:1112

Used by 0 functions | Uses 0 functions

LLMS_Post_Model::scrub_field()

Method: Scrub fields according to datatype

Source: includes/abstracts/abstract.llms.post.model.php:1126

Used by 0 functions | Uses 0 functions
1 2 … 8 Next »
Proudly powered by WordPress