asp_index_before_shortcode_execution
Post content filtered before the shortcodes are executed and before they are sent to tokenization.
Use it to initialize custom shortcodes excplicitly, manipulate or to add custom shortcodes or any other content to the given field.
Parameters
$content (string) - post content/excerpt or any other field eligible for shortcode execution
$post (WP_Post) - post type object
The return value should always be an string
Sample usage
Last updated