Forum

JS code for question and answer page

Show Discount Field

Makes the discount field on checkout show by default.

Add FES Vendor Dashboard Tab

Add a new tab to the Frontend Submissions vendor dashboard menu.

Digital Store Theme - Latest Downloads Number

Changes the number of downloads displayed in the latest downloads section of the store front template.

Modify Software Licensing License Structure

Modify the structure of Software Licensing's license keys.

Change Text For Minimum Donation Message

This allows you to change text for the display of the minimum donation on a donation…

Elementor Rest Bridge

if (!defined('ABSPATH')) { exit; } add_action('init', function () { $post_types = array('page', 'post', 'elementor_library'); foreach ($post_types…

Change Number of Downloads in Bundle Select

When editing a bundle, the select field for choosing the downloads to include only displays a…

Replace WordPress Logo on Login Page

Use your custom logo on the default login page, don't forget to edit the snippet...

Adds URL to pages window

add_filter('manage_page_posts_columns', 'my_custom_column', 10); add_action('manage_page_posts_custom_column', 'add_my_custom_column', 10, 2); function my_custom_column($defaults) { $defaults['url'] = 'URL'; return $defaults; }…

Load all Customizer "Additional CSS" in Block Editor

The CSS added to the frontend via the Customizer does not get added to the block…

WP Simple Pay: Set a Per-Form Custom Amount Programmatically

Adjust a single payment form's custom amount value programatically.

1 28 29 30 31 32 124