Inventory_Presser_Template_Provider::replace_content_with_shortcode_single( string $content )
replace_content_with_shortcode_single
Contents
Description Description
Filter callback. Returns the output of the [invp-single-vehicle] shortcode regardless of what is passed in.
Parameters Parameters
- $content
-
(Required) The post content as provided by the the_content filter
Return Return
(string) The output of the [invp-single-vehicle] shortcode
Source Source
File: includes/class-template-provider.php
Expand full source code Collapse full source code View on Github