Created
June 13, 2018 07:49
-
-
Save DavidPeralvarez/aa06a838b38c8abb1461190b834e0c70 to your computer and use it in GitHub Desktop.
MemberPerks mp_cf7_custom_shortcode parcial
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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