Profiles

Recent impact

Score weights high-impact work (commits, releases, approved translations, props) at 3x routine activity.

Last 30 days
0contributions
high0
medium0
score0
Last 90 days
0contributions
high0
medium0
score0
Last 12 months
0contributions
high0
medium0
score0

Contributions

Type
December 2022
Dec 18 Sun · 11:12
Forums med
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 =…
Dec 15 Thu · 12:57
Forums med
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…
Dec 15 Thu · 12:34
Forums med
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…
Dec 15 Thu · 11:54
Forums med
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…
March 2019
Mar 04 Mon · 18:56
Forums med
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…
June 2017
Jun 12 Mon · 20:57
Forums med
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…
Jun 12 Mon · 20:25
Core med
Closed ticket #40951 on Core Trac:
New Text Widget - Switching Between Visual/Text Editor Strips Out Code
February 2017
Feb 22 Wed · 10:47
Forums med
Created a topic, All right, on the site WordPress.org Forums:
The best plugins for developers who run multiple websi…