• I am using textarea in customizer area to insert the content for popup modal. And display content using the code below.

    $content = get_theme_mod('header_popup_modal'); echo apply_filters( 'the_content', wp_specialchars_decode( $content ) );

    But It displays [contact-form-7 404 "Not Found"] while other custom shortcodes are working correctly. The same shortcode is working fine using do_shortcode as below

    echo do_shortcode( '[contact-form-7 id="402" title="Contact Form"]' );

    The plugin is active and is latest Version 5.0.2

    • This topic was modified 5 years, 9 months ago by Bikash Waiba.
    • This topic was modified 5 years, 9 months ago by Bikash Waiba.
  • The topic ‘Theme Mod: [contact-form-7 404 “Not Found”]’ is closed to new replies.