Dominik Schwind
Dominik Schwind
I've thrown some docker config files and a few lines of readme together for local development after reading #30 I really hope nobody thinks this would be ready for public...
I am trying to get the `itunes:something` tags of this feed: [http://feeds.feedburner.com/nurschnittchen](http://feeds.feedburner.com/nurschnittchen) My code is: ```PHP $feed->set_feed_url("http://feeds.rundfunkanstalt.com/nurschnittchen"); $feed->enable_cache(); $feed->init(); $feed->handle_content_type(); $feedimage = $feed->get_feed_tags(SIMPLEPIE_NAMESPACE_ITUNES,'image'); ``` And I don't get anything. I've...
When trying to debug #274 I ran into a weird-ish problem. I got a string from a source that looked like a "normal" unicode string with two German umlauts, but...
Useful when caching request outside of this class.
| Subject | Details | | :------------- | :---------------------------------------------------------------------------- | | Plugin | Php Inspections (EA Extended) 5.0.0.0 | | Language level | any | Current behaviour -- Ever since...
This needs to be pulled after #14 - the PR is based on the branch by @DavidGoodwin The changes I made are as follows: * Updated the PHP requirement to...
I get this error message on my dev system with `define( 'WP_DEBUG', true );`: > **Notice**: Function `_load_textdomain_just_in_time` was called **incorrectly**. Translation loading for the `simple-location` domain was triggered too...
Not sure if the real culprit is this plugin or https://github.com/Automattic/wordpress-activitypub (maybe @pfefferle has an idea?) - I always have my post location hidden and with my last post (https://lostfocus.de/2025/02/05/tapestry/)...