What Did They Say?!?:', 'what-did-they-say') ?>
.transcript
.dialog
.name
.direction
.scene-heading
.scene-action
$content containing the filter output.', 'what-did-they-say') ?>
filter_shortcode_dialog($name, $direction, $speech, $content)
filter_shortcode_scene_action($description, $content)
filter_shortcode_scene_heading($description, $content)
the_media_transcript($transcript, $content)
the_language_name($language, $content)
the_matching_transcript_excerpts($transcripts, $search_string, $content)
$transcripts
that match $search_string
.', 'what-did-they-say') ?>
function my_theme_the_language_name($language, $content) { return array($language, "<div class='language-name'>${content}</div>"); } add_filter('the_language_name', 'my_theme_the_language_name', 15);