SFWD_CPT_Instance::content_filter_control( boolean $filter_check = true )

Function to dynamically control the ‘the_content’ filtering for this post_type instance.


Description Description

This is needed for example when using the ‘the_content’ filters manually and do not want the normal filters recursively applied.


Parameters Parameters

$filter_check

(Optional) True if the_content filter is to be enabled.

Default value: true


Top ↑

Source Source

File: includes/class-ld-cpt-instance.php


			

Top ↑

Changelog Changelog

Changelog
Version Description
2.5.9 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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