Created
October 16, 2014 02:12
-
-
Save webhasan/245c3ae61dbe7c8fb642 to your computer and use it in GitHub Desktop.
wp shortcode
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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