Foodtruck
crée moi moi un plugin pour wordpress pour un foodtruck avec une commande pour fermer et…
Remove ISO 4217 Format for specific feeds
//Google Feeds add_filter('adt_pfp_localize_price_iso4217_feeds', function($feeds) { // Remove all Google feeds from ISO4217 formatting return array_filter($feeds, function($feed)…
church website
Your Church Name – Your Tagline Here YOUR CHURCH Home About Us Speakers FAQs Contact Welcome…
Add order status to the commissions table export
/** * Add order status to the commissions table export */ function wcv_commission_export_columns( $columns ){ $columns['order_status']…
disable joinchat whatsapp plugin on mobile biew
@media only screen and (max-width: 567px) { .joinchat{ position: absolute; bottom:70px; --s: 36px; margin-right:px; display:none }…
Combined Date – Time Format (Sample: am / pm) | Display Eventbrite Events
The combined date / time format appears in several layouts and typically looks like 12/02/2019, 10:00…
Tweak Price Display (Adjusts the Prices) | Display Eventbrite Events
The Display Eventbrite plugin premium version can display prices. If you want to tweak to display…
Use the Variation Name instead of Slug within the Product Name detail of Product exports
function custom_woo_ce_get_product_title_attribute_formatting( $format = 'slug', $post_id ) { // Set the format to Attribute Title $format…
unitap.io
function myfirsttheme_setup() { /* * Load additional block styles. */ $styled_blocks = ['latest-comments']; foreach ( $styled_blocks…
Disable WP Error Log and PHP Error
Turning off PHP Errors in WordPress
Hide the Email Test Menu Item in Settings
This snippet will hide the 'Email Test' tab from your WP Mail SMTP settings menu.
MemberPress: Remove the “Pause” Link for Subscriptions on the Account Page
The code will hide the Pause link for user subscriptions on the User account page (Account…