WP Aggregator Feed Limit

Increase the number of fetched items in RSS Feed

Colin Bunn PRO
<10

Warranty Result CSS

html { font-size: 62.5%; } @media screen and (max-width: 37.5em) { html { font-size: 50%; }…

Enable Pinch to Zoom on Mobile Devices

function remove_my_action() { remove_action('wp_head', 'et_add_viewport_meta'); } function dt_et_add_viewport_meta(){ echo ''; } add_action( 'init', 'remove_my_action'); add_action( 'wp_head',…

Paige Craft PRO
<10

TranslatePress Shortcode Styler MINIMAL

TranslatePress Shortcode Styler MINIMAL /* Grundlegende Anpassungen für den Sprachumschalter */ /* Entfernt alle Padding-, Margin-…

Replace WP Logo and the default 'logo' link

Use your custom logo along a replace the default 'logo' link on the login page, don't…

MemberPress: Change Courses Listing Page Link

This code snippet will replace the URL for built-in links to the default MemberPress Course Listings…

MemberPress: TaxJar - Prevent Sending VAT Transactions to TaxJar

When the MemberPress TaxJar integration is active, by default, MemberPress will send all transactions to TaxJar,…

MemberPress: Remove MemberPress Weekly Stats Widget from WordPress Dashboard

This code snippet removes the MemberPress Weekly Stats widget from the WordPress admin dashboard. This can…

rearrange shipping options

Login to cpanel. Choose “File Manager” Navigate to public_html>wp-includes>functions.php and select “Edit” Paste in the contents…

How to Display Store Credits Earned in WooCommerce New Order Emails

Add this to your "New Orders" email template from WooCommerce > Settings > Emails

1 149 150 151 152 153 213