Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Bollywood data

bollywood data

// Add Shortcode
function bollywood( $atts ) {

	// Attributes
	extract( shortcode_atts(
		array(
		), $atts )
	);
}
add_shortcode( '[actor]', 'bollywood' );