Shortcode is a WordPress-specific code that lets you do nifty things with very little effort.', 'shortcodes-ultimate' ); ?>
%home_url%
- %theme_url%
- %plugin_url%
-
' . __( 'Shortcode', 'shortcodes-ultimate' ) . ' | ' . __( 'Attributes', 'shortcodes-ultimate' ) . ' | ' . __( 'Example code', 'shortcodes-ultimate' ) . ' | ' . ' ' . $shortcode['desc'] . ' | ';
// Attributes
$table[] = ' ' . $shortcode['name'] . '' . implode( '', $attributes ) . ' | '; // Example code $table[] = '' . $example . ' | ';
}
// Table end
$table[] = '
---|