valousal
Forum Replies Created
-
Forum: Plugins
In reply to: [Pressidium Cookie Consent] compatible with the ACF pluginHow to block iframes
You can use iframemanager for this task.
This filter ‘ppress_checkout_billing_fields‘ is not executed on the “Billing address” page.
This filter ?
$data = apply_filters('ppress_checkout_billing_fields', $billing_fields);
it’s OK !
An update will be published?
In a future release?
What is the publication date?subscription for a calendar year.
Example: from 01-01-2024 to 31-12-2024
is this a required field for Stripe?
that would be a great development!
$submit_button_text = apply_filters('ppress_checkout_order_button_text', sprintf('Pay %s', ppress_display_amount($order_total)), $order_total); if ($plan->is_recurring()) $submit_button_text = esc_html__('Subscribe', 'wp-user-avatar'); if ($plan->has_free_trial()) $submit_button_text = esc_html__('Start Trial', 'wp-user-avatar'); $submit_button_text = apply_filters('ppress_checkout_order_button_text', $submit_button_text, $order_total, $plan);
Forum: Plugins
In reply to: [Simple Cloudflare Turnstile - CAPTCHA Alternative] Error JS in comments formI’m using the default WordPress comments form.
Yes, comments are enabled in the Simple Cloudflare Turnstile settings.
The widget is displayed on the comment form but an error is present in the JS console.
Forum: Plugins
In reply to: [Bulk Download for Gravity Forms] Zip files not openingForum: Plugins
In reply to: [OpenID Connect Generic Client] Password user wordpressThanks !
Forum: Plugins
In reply to: [Plausible Analytics] install in multisiteThanks !!
Forum: Plugins
In reply to: [Plausible Analytics] install in multisiteHi @mehul0810,
I activate Plausible plugin on every single WP site.
I have a problem with WP Rocket
https://github.com/plausible/wordpress/issues/39I have excluded plausible JavaScript File in wp rocket settings.