valousal
Forum Replies Created
-
Forum: Plugins
In reply to: [The Events Calendar] Disable the REST API for non-logged in usersHi @d0153 ,
No, I haven’t tried your recommendation yet.
The small problem with your solution is this:
– All “/tribe/events/v1/” routes will be accessible to offline users.
This is not something I want to happen.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);I’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 !!