apply_filters( ‘nab_can_load_alternative_content_on_post_request’, boolean $can_load )
Filters whether the plugin can attempt to load alternative content when processing a post request or not.
Parameters
- $can_load boolean
(Required) whether the plugin can attempt to load alternative content when processing a post request or not. Default:
true
.