pepe
@pputzer on WordPress.org , @pepe on Slack
- Member Since: June 1st, 2012
- Website: code.mundschenk.at
- GitHub: mundschenk-at
- Employer: Der Mundschenk & Cie.
Contribution History
pepe’s badges:- Core Contributor
- Plugin Developer
- Translation Contributor
- Translation Editor
- WordCamp Speaker
- 
										Posted a reply to Shortcodes compatibility, on the site WordPress.org Forums: 
 I assume the issue has been resolved. If you still need help, feel free to…
- 
										Posted a reply to wp-Typography and a Divi Plugin create “?>”, on the site WordPress.org Forums: 
 Glad this could be resolved!
- 
										Posted a reply to cannot exclude element, on the site WordPress.org Forums: 
 @erikalleman, what matters is whether the string ultimately passed to WP_Typography::process as its first parameter…
- 
										Posted a reply to Media credit (order: Image, media-credit, figcaption), on the site WordPress.org Forums: 
 Hi @agnemedia, I'm not sure what you are looking for from me at this point.…
- 
										Posted a reply to cannot exclude element, on the site WordPress.org Forums: 
 Unfortunately, I cannot support a closed-source plugin. Please contact GridBuilder support for help with their…
- 
										Posted a reply to wp-Typography and a Divi Plugin create “?>”, on the site WordPress.org Forums: 
 Any news on this issue, @frank-j?
- 
										Posted a reply to Shortcodes compatibility, on the site WordPress.org Forums: 
 Do you still need help, @etiennesamson?
- 
										Posted a reply to cannot exclude element, on the site WordPress.org Forums: 
 Hi @erikalleman, depending on your exact understanding of "the current post", yes there are ways…
- 
										Posted a reply to cannot exclude element, on the site WordPress.org Forums: 
 Well, that's not what I suggested.
- 
										Posted a reply to cannot exclude element, on the site WordPress.org Forums: 
 if (! is_admin() ) { add_filter( 'the_title', 'add_notypo_to_title', 10, 1 ); }
- 
										Posted a reply to Some words are not hyphenated, on the site WordPress.org Forums: 
 See https://wordpress.org/support/topic/trouble-with-hyphenating-one-word/
- 
										Posted a reply to wp-Typography and a Divi Plugin create “?>”, on the site WordPress.org Forums: 
 Hi @frank-j, it looks like the closing tag of a PHP fragment (i.e. <?php some_php_code();…
- 
										Posted a reply to cannot exclude element, on the site WordPress.org Forums: 
 You can always tweak the de-widowing parameters. But really, you are better of disabling it…
- 
										Posted a reply to cannot exclude element, on the site WordPress.org Forums: 
 This did not work because your filter function is incorrect. An example of a working…
- 
										Posted a reply to cannot exclude element, on the site WordPress.org Forums: 
 Yes. It doesn't look like your $grid_id is available there. Without searching the whole plugin…
- 
										Posted a reply to cannot exclude element, on the site WordPress.org Forums: 
 Yes, that would be helpful. I mostly need the apply_filters line itself to see what…
- 
										Posted a reply to Prevent hyphenation for one occurence, on the site WordPress.org Forums: 
 Hi @spade, do you still need help with this issue or can we mark it…
- 
										Posted a reply to cannot exclude element, on the site WordPress.org Forums: 
 @erikalleman Yeah, sorry, no this does not really help. Have you got any programming knowledge…
- 
										Posted a reply to Shortcodes compatibility, on the site WordPress.org Forums: 
 It appears those shortcodes are only evaluated after wp-Typography runs. What priority did you give…
- 
										Posted a reply to wp-typography breaking Cost Calculator Builder, on the site WordPress.org Forums: 
 Glad to hear that!
- 
										Posted a reply to cannot exclude element, on the site WordPress.org Forums: 
 @erikalleman Function parameters and local variables are locally scoped, i.e. valid only inside the function…
- 
										Posted a reply to cannot exclude element, on the site WordPress.org Forums: 
 That $grid_id appears to be an argument of the specific filter hook wp_grid_builder/grid/query_args you use.…
- 
										Posted a reply to Cannot process strings programmatically…?, on the site WordPress.org Forums: 
 Thanks, I've fixed this documentation bug. Looks like all the parameter sections were copy-pasta. I'll…
- 
										Posted a reply to cannot exclude element, on the site WordPress.org Forums: 
 where would $grid_id come from? Are you sure those filter hooks are valid? I didn't…
- 
										Posted a reply to Cannot process strings programmatically…?, on the site WordPress.org Forums: 
 Hi @leanderbraunschweig, I overlooked something previously: In your snippet, you call ::process with the same…
- 
										Posted a reply to cannot exclude element, on the site WordPress.org Forums: 
 Do you still need help with this, @erikalleman?
- 
										Posted a reply to Worttrennung in ge-genderten Worten mit * möglich?, on the site WordPress.org Forums: 
 Hi @snoffel, ja das ist gar keine schlechte Lösung. Glaube ehrlich gesagt nicht, daß ein…
- 
										Posted a reply to Trouble with hyphenating one word, on the site WordPress.org Forums: 
 Yeah, that's simply not possible, as they are processed by different "fixes", and there is…
- 
										Posted a reply to Trouble with hyphenating one word, on the site WordPress.org Forums: 
 I'll see if I can add a filter hook to adjust the settings for titles…
- 
										Posted a reply to Trouble with hyphenating one word, on the site WordPress.org Forums: 
 Hi @spade! You have almost certainly activated "Prevent widows" ("Hurenkinder verhindern" in German), so the…
- 
										Posted a reply to Cannot process strings programmatically…?, on the site WordPress.org Forums: 
 Weird then. I'll have to look more closely at this.
- 
										Posted a reply to How do I put the post title in a span that has a class using the the_title hook?, on the site WordPress.org Forums: 
 Your result should look like this: <span class="noTypo">Your Title</span>. You need to use add_filter.
- 
										Posted a reply to cannot exclude element, on the site WordPress.org Forums: 
 There is probably nothing wrong with those queries, but those are not the filters your…
- 
										Posted a reply to How to disable single word row prevention for post entry titles?, on the site WordPress.org Forums: 
 I'm assuming this is subsumed in your later thread.
- 
										Posted a reply to cannot exclude element, on the site WordPress.org Forums: 
 You can use the API to add wp-Typography processing to an appropriate filter hook -…
- 
										Posted a reply to cannot exclude element, on the site WordPress.org Forums: 
 PS: Links (a elements) are not ignored in the default configuration.
- 
										Posted a reply to cannot exclude element, on the site WordPress.org Forums: 
 There are not, unless you put them there when you were writing the post. If…
- 
										Posted a reply to cannot exclude element, on the site WordPress.org Forums: 
 Your post content almost certainly contains HTML elements, and your titles might. As stated in…
- 
										Posted a reply to cannot exclude element, on the site WordPress.org Forums: 
 The ignored element has to be in the string that is passed to the wp-Typography…
- 
										Posted a reply to Cannot process strings programmatically…?, on the site WordPress.org Forums: 
 Ah, I meant which string is contained in $tagline (including any markup).
- 
										Posted a reply to Deprecated warning, on the site WordPress.org Forums: 
 Hi, this will be fixed in the next release. In the meantime, you can use…
- 
										Posted a reply to How to disable single word row prevention for post entry titles?, on the site WordPress.org Forums: 
 You can add a span with a class that is set to be "ignored", but…
- 
										Posted a reply to Cannot process strings programmatically…?, on the site WordPress.org Forums: 
 @leanderbraunschweig what does $tagline contain exactly? (BTW, when you don't change the settings as defined…
- 
										Wrote a comment on the post Call for Early Testers: GlotPress Feedback Feature, on the site Translate WordPress: 
 I'll be able to fit in some hours of testing in the next two weeks,…
- 
										Posted a reply to Cannot process strings programmatically…?, on the site WordPress.org Forums: 
 Please post your settings array and your updated WP_Typography::process line (including the exact HTML fragment).…
- 
										Posted a reply to Cannot process strings programmatically…?, on the site WordPress.org Forums: 
 Can you post the settings dump (JSON would be best)? You have probably disabled hyphenation…
- 
										Posted a reply to Perfect support, on the site WordPress.org Forums: 
 Thank you!
- 
										Posted a reply to 5.8.1 seems to have issues that crashes sites, on the site WordPress.org Forums: 
 I assume the issues has been resolved.
- 
										Wrote a comment on the post PTE Request for Suitabletheme, on the site Translate WordPress: 
 @suitabletheme @heikowpfellows I've removed the PTE rights again as no translations have been done yet…
- 
										Wrote a comment on the post PTE Request for SiteGround Security, on the site Translate WordPress: 
 @sgtranslations I've removed the PTE role, as there were still no translations for German (Austria)…
Developer
- 
										
											Avatar PrivacyActive Installs: 1,000+ 
- 
										
											  Media CreditActive Installs: 1,000+ 
- 
										
											wp-TypographyActive Installs: 20,000+ 
Contributor
- 
										
											  WP Consent APIActive Installs: 600+ 
Plugins
- 
										
											Advanced Excerpt
- 
										
											  Avatar Manager
- 
										
											Avatar Privacy
- 
										
											  Better Search Replace
- 
										
											Co-Authors Plus
- 
										
											  Comment Mail
- 
										
											Crop-Thumbnails
- 
										
											  Customize WordPress Emails and Alerts - Better Notifications for WP
- 
										
											  EU Cookie Law for GDPR/CCPA
- 
										
											  FAQ Block
- 
										
											  HiDPI Gravatars
- 
										
											  HTML Forms
- 
										
											Individual Multisite Author
- 
										
											Language Fallback
- 
										
											  Manual Image Crop
- 
										
											  Media Credit
- 
										
											  MMWW
- 
										
											  MultiSite Clone Duplicator
- 
										
											Ozh' Tweet Archiver
- 
										
											  Page Title Splitter
- 
										
											Post Thumbnail Editor
- 
										
											  Print, PDF, Email by PrintFriendly
- 
										
											  Shortcake (Shortcode UI)
- 
										
											  Slimstat Analytics
- 
										
											  Stop User Enumeration
- 
										
											  TinyMCE Templates
- 
										
											  User Profile Picture
- 
										
											  User Session Control
- 
										
											Warm Cache
- 
										
											  Web Push
- 
										
											WP DB Driver
- 
										
											wp-Typography
- 
										
											wp-Typography Disable ACF Integration
- 
										
											  Yoast Comment Hacks
General Translation Editor
Deutsch (German) Plugins Translation Editor - #de_DE
- 
													
														Avatar PrivacyActive Installs: 1,000+ 
- 
													
														  Media CreditActive Installs: 1,000+ 
- 
													
														wp-TypographyActive Installs: 20,000+ 
Deutsch (Schweiz) (German (Switzerland)) Plugins Translation Editor - #de_CH
- 
													
														Avatar PrivacyActive Installs: 1,000+ 
- 
													
														  Media CreditActive Installs: 1,000+ 
- 
													
														wp-TypographyActive Installs: 20,000+ 



 
			