Search results for: admin

Disable Automatic Trash Emptying

Prevent WordPress from automatically deleting trashed posts after 30 days.

100+

Remove the Arrows on the Numbers Field

Removes the arrows inside the Numbers form field.

<10

Disable SEO Preview feature

This code snippet can be used to remove the "SEO Preview" feature in All in One…

<10

Allow SVG Files Upload (copy)

Add support for SVG files to be uploaded in WordPress media.

Single Vendor Purchase

Limits the customers purchase to a single vendor

Allow ico Files Upload

Add support for ico files to be uploaded in WordPress media.

Company Field on Receipt

Outputs the "Company" on the payment receipt.

Current Year

function current_year_shortcode() { return date('Y'); } add_shortcode('year', 'current_year_shortcode');

<10

Change Schema Type of All Posts in Specific Categories

This snippet changes the 'NewsArticle' schema of all posts under specific categories to 'Article' schema. Note:…

<10

WP Simple Pay: Use Payment Form Description as Payment Description

Always use the payment form's "Description" as the Stripe payment description. By default WP Simple Pay…

Show Featured Image With Purchase Link

Shows a download's featured image with the purchase link

1 48 49 50 51 52