Heads up!
This article contains PHP code and is intended for developers. We offer this code as a courtesy, but don't provide support for code customizations or 3rd party development.
This article contains PHP code and is intended for developers. We offer this code as a courtesy, but don't provide support for code customizations or 3rd party development.
Use this hook to prevent automatic filtering of a view used on a single post or page.
Usage
add_filter('frm_filter_auto_content', '__return_false');
Parameters
- None
Examples
Prevent Automatic Filtering
add_filter('frm_filter_auto_content', '__return_false');