Trigger the link processing programmatically in PHP for REST calls
-
Hi – I want to have WPEL process post content for external links from within a REST call, but currently it seems that the plugin (although active during the REST call) is not applying the external logic, even if
$post_content=apply_filters('the_content', $raw_content);is called – where $raw_content is the raw post content retrieved via a public REST call.
Is there a way to have WPEL treat this content as if it were within the Loop on a page?
Thanks
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘Trigger the link processing programmatically in PHP for REST calls’ is closed to new replies.