Shortcodes Generator May 5, 2025 Public Peter Hall-Jones Permalink Embed Code Or, embed this snippet using GenerateWP WordPress Plugin. Download Clone test // Add Shortcode function custom_shortcode() { } add_shortcode( '', 'custom_shortcode' );