Skip to content

Instantly share code, notes, and snippets.

@WPCred1
Created November 10, 2022 06:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save WPCred1/c4b67fd66b82a2709f0ff824a4e3d02f to your computer and use it in GitHub Desktop.
Save WPCred1/c4b67fd66b82a2709f0ff824a4e3d02f to your computer and use it in GitHub Desktop.
Example for creating shortcode
<?php
function download_link(){
return 'Get Best Variation Swatches for WooCommerce <a rel="nofollow" href="https://getwooplugins.com/plugins/woocommerce-variation-swatches/">Download Now!</a>';
}
add_shortcode('download', 'download_link');
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment