Skip to content

Instantly share code, notes, and snippets.

@webhasan
Created October 16, 2014 02:12
Show Gist options
  • Save webhasan/245c3ae61dbe7c8fb642 to your computer and use it in GitHub Desktop.
Save webhasan/245c3ae61dbe7c8fb642 to your computer and use it in GitHub Desktop.
wp shortcode
add_shortcode('em_vedio',function($atts){
$atts = shortcode_atts(array(
'firstname' => 'Hasanuzzaman',
'lastname' => 'Shozib',
'tilte' => 'Just for testing title'
),$atts,'em_vedio');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment