wpcom_markdown_transform_post, $text, $args
wpcom_markdown_transform_post, $text, $args
Appears in: jetpack.16.0.1
Hook Type: filter
Displaying hooks found in version: jetpack.16.0.1apply_filters('wpcom_markdown_transform_post, $text, $args') is found 1 times:
- /modules/markdown/easy-markdown.php line 710
* * @param string $text Content to be run through Markdown * @param array $args Array of Markdown options. */ $text = apply_filters( 'wpcom_markdown_transform_post', $text, $args ); // probably need to re-slash. if ( $args['unslash'] ) { $text = wp_slash( $text ); }