Per S?derlind
Forum Replies Created
-
Forum: Plugins
In reply to: [A faster load_textdomain] How it’s different?Not much, but it’s leaner. See the source and compare. Also, both plugins will hopefully be obsolete when WP 6.5 add this to core.
- This reply was modified 1 year ago by Per S?derlind.
- This reply was modified 1 year ago by Per S?derlind.
- This reply was modified 1 year ago by Per S?derlind.
Forum: Plugins
In reply to: [Polylang] Switch language > “no posts were found”Had to rollback to 3.3.1, suspect that this didn’t do the job https://github.com/polylang/polylang/pull/1285
Forum: Plugins
In reply to: [Polylang] Switch language > “no posts were found”I’m experiencing the same error in Polylang 3.4.3, rolling back to previous version.
Done, please up-vote https://feedback.mailpoet.com/feature-requests/p/prevent-wordpress-users-list-from-being-created
- This reply was modified 2 years, 4 months ago by Per S?derlind.
@bruberries Really nice that you added the ability to trash the WordPress User list. Is it possible to prevent this list from being created, using a hook? Or to trash this list using code?
Best regards,
Per- This reply was modified 2 years, 4 months ago by Per S?derlind.
Forum: Plugins
In reply to: [Super Admin All Sites Menu] Site icon instead of WordPress logoSorry, I decided not to do that since it takes a long time to retrieve each icon (have to use
switch_to_blog()
and it’s slow).Forum: Plugins
In reply to: [Super Admin All Sites Menu] 4.1.8 changelog?Sorry, I should have mentioned it in readme.txt, only changes was the build scripts. I changed from webpack to wp-scripts (@wordpress/scripts).
You can see the diff at https://github.com/soderlind/super-admin-all-sites-menu/commit/cce7010f4b0c21353c6c710dbc70fe9b838ff7f3
Forum: Plugins
In reply to: [MailPoet - Newsletters, Email Marketing, and Automation] PDOExceptionI believe the problem here is the table name
MP_FORMS_TABLE
Forum: Plugins
In reply to: [MailPoet - Newsletters, Email Marketing, and Automation] PDOExceptionThank you, will check, but my gut feeling says the db should be ok. We’re running Azure Mysql.
Using Github actions, I reverted to version 3.60.12 which works fine.
Forum: Plugins
In reply to: [Unsplash] Feature request; Multisite support@spacedmonkey, maybe you could use the/a key in network admin as the main key when auto adding keys per subsite ? i.e. super admin must manually authenticate herself once.
Forum: Plugins
In reply to: [Unsplash] Feature request; Multisite supportFor other plugins I use the
wpmu_new_blog
hook, could you create code that I could run when the hook is triggered?Forum: Plugins
In reply to: [Unsplash] Feature request; Multisite support@spacedmonkey, I understand why and I also prefer a key per site. Is it possible to auto add the key when I create a site? I.e. do the same as when clicking “Complete setup”.
Yep, you’re right. It’s the read only php-fpm pool that’s handling
/wp-json/
.Thank you for pointing me in the right direction.
The folder exists, and has files in it, uploaded via wp-admin/*.
We’re running two different php-fpm pools , the one for the front-end doesn’t have write access, the one for the back-end (wp-admin/*) has.
- This reply was modified 4 years, 4 months ago by Per S?derlind.
Forum: Plugins
In reply to: [Mailgun for WordPress] compatible with multisite?From the FAQ:
Can this be configured globally for WordPress Multisite?
Yes, using the following constants that can be placed in wp-config.php:
MAILGUN_REGION Type: string Choices: 'us' or 'eu' ex. define('MAILGUN_REGION', 'us'); MAILGUN_USEAPI Type: boolean Choices: '0' or '1' (0 = false/no) MAILGUN_APIKEY Type: string MAILGUN_DOMAIN Type: string MAILGUN_USERNAME Type: string MAILGUN_PASSWORD Type: string MAILGUN_SECURE Type: boolean Choices: '0' or '1' (0 = false/no) MAILGUN_SECTYPE Type: string Choices: 'ssl' or 'tls' MAILGUN_FROM_NAME Type: string MAILGUN_FROM_ADDRESS Type: string