Search results for: admin
Show login form for logged out users
Shows the [edd_login] form on restricted content for logged out users.
Untitled Snippet
Last updated date
How to Allow Upload SVG Files in WordPress Media Library Code | Function.php
This code is a set of WordPress filters designed to enable the upload of SVG (Scalable…
Show more Landings
Display more
Change Location Taxonomy Options When its Registered
This filter can be used to change the taxonomy option to ‘hierarchical’
Trigger a Scheduled Export via a WordPress Action
function custom_trigger_scheduled_export_url() { $secret_key = ( isset( $_GET['secret_key'] ) ? sanitize_text_field( $_GET['secret_key'] ) : false );…
WooCommerce Programmatically Cancel Pending Orders After 1 Hour
Post More Detail It’s possible that you’re thinking, “But I can already do that using the…
HubSpot tracking code
HubSpot tracking code
Allow Date Range Selection in Date Picker
Adds the ability to select a date range inside the Date Picker field.
Set oEmbed Max Width
Set a max width for the embeds using oEmbed in the content.
Hide Payment Icons When Free
Hide payment icons on the checkout form when cart total is free
WP Simple Pay: Change Custom Amount Field Input Type
Changes the `type` attribute on the `input` tag. This helps some mobile keyboards have a better…