Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- function caption_shortcode( $atts, $content = null ) {
- extract( shortcode_atts( array(
- 'class' => 'caption',
- ), $atts ) );
- return '<span class="' . esc_attr($class) . '">' . $content . '</span>';
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement