Skip to content

Instantly share code, notes, and snippets.

@DavidPeralvarez
Created June 13, 2018 07:49
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 DavidPeralvarez/aa06a838b38c8abb1461190b834e0c70 to your computer and use it in GitHub Desktop.
Save DavidPeralvarez/aa06a838b38c8abb1461190b834e0c70 to your computer and use it in GitHub Desktop.
MemberPerks mp_cf7_custom_shortcode parcial
<?php
// Add custom shortcodes to Contact Form 7 WP plugin
add_action( 'wpcf7_init', 'mp_cf7_custom_shortcode' );
function mp_cf7_custom_shortcode(){
// code
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment