Bollywood data
bollywood data
// Add Shortcode
function bollywood( $atts ) {
// Attributes
extract( shortcode_atts(
array(
), $atts )
);
}
add_shortcode( '[actor]', 'bollywood' );
bollywood data
// Add Shortcode
function bollywood( $atts ) {
// Attributes
extract( shortcode_atts(
array(
), $atts )
);
}
add_shortcode( '[actor]', 'bollywood' );