Non-required Card State
Makes the cart state a non-required field when present
TExt test
test text
Show Sticky Posts on Top of the Archive Templates - WPX Tetris Theme
## Sticky Posts on Archive Pages - WPX Tetris Theme **Description:** Display sticky posts first on…
Show login form for logged out users
Shows the [edd_login] form on restricted content for logged out users.
Genesis theme - use block editor in widgets
//* Genesis Enable the block-based widget editor add_filter( 'use_widgets_block_editor', '__return_true' );
Add order status to commissions table
/** * Add order status to commissions table * * @param Array $columns array stored column…
Change product edit tab order 2
Alphabetically Sort
cart preview image stretch fix in oceanWP theme
/*Menu cart hover dropdown box image stretch fix*/ .woocommerce ul.product_list_widget li img { float: unset !important;…
Add TikTok to the social tab of settings
This will show the setting and it should be saved when saving the form.
Override Header Logo with Custom SVG
While you can select an SVG image from the customizer for your header logo if you…
Event URL (Additional Data) | Display Eventbrite Events
This filter allows you to adjust the event URL. This is primarily so you can add…
Tweak Price Display (Appends Text) | Display Eventbrite Events
The Display Eventbrite plugin premium version can display prices. If you want to tweak to display…
Add a single Order export field with all Shipping address details
function custom_woo_ce_extend_order_fields( $fields ) { $fields[] = array( 'name' => 'shipping_address_full', 'label' => 'Shipping: All details',…