Profiles

  • Member Since: February 22nd, 2017
  • Website: madewordpress.com
  • Find me on:
  • Posted a reply to Add filter to disable wpcf7_autp for emails, on the site WordPress.org Forums:
    Provisional solution for the HTML mail:in line 93 the /wp-content/plugins/contact-form-7/includes/mail.php $html = $header.wpcf7_autop($body).$footer;CHANGE TO$html =…

  • Posted a reply to Version 5.7 Broke all the forms!, on the site WordPress.org Forums:
    Solution for the form: wp_config.php: define('WPCF7_AUTOP',false); functions.php: add_filter('wpcf7_autop_or_not','__return_false'); Provisional solution for the HTML mail: in…

  • Posted a reply to Please remove the auto paragraph feature, on the site WordPress.org Forums:
    Solution for the form: define('WPCF7_AUTOP',false); or add_filter('wpcf7_autop_or_not','__return_false'); Provisional solution for the HTML mail: in line…

  • Posted a reply to Add filter to disable wpcf7_autp for emails, on the site WordPress.org Forums:
    THIS IS VERY IMPORTANT $html = $header . wpcf7_autop( $body ) . $footer; It has…

  • Posted a reply to Output based on current language, on the site WordPress.org Forums:
    try this: switch(pll_current_language()) { case "en" : ... break; case "es" : ... break; case…

  • Posted a reply to How to Disable Visual Editor in The Text Widget, on the site WordPress.org Forums:
    Also... In order to copy and transfer the HTML, JS or PHP code to another…

  • Closed ticket #40951 on Core Trac:
    New Text Widget - Switching Between Visual/Text Editor Strips Out Code

  • Created a topic, All right, on the site WordPress.org Forums:
    The best plugins for developers who run multiple websi…