Remove table from dashboard

if ( ! function_exists( 'wcv_remove_recent_order_table_columns' ) ) { /** * Remove columns from Recent Orders table…

wpadmin add phone number with address in orders page

add_action( 'manage_shop_order_posts_custom_column' , 'custom_orders_list_column_content', 50, 2 ); function custom_orders_list_column_content( $column, $post_id ) { global $the_order, $post;…

On Scroll Elementor show/hide element

Note: You need to set the id for the button or element to "#scrolling-button".

JP_Wp_Snippets

All different snippets I have been using

Untitled Snippet

wordpress $ cd wp-content wp-content $ cd plugins plugins $ mkdir plugin-name plugins $ cd plugin-name…

Google

G-T2XZDKK0J5

Paul Discher
<10

Customize Ambassador Campaign Fields For Campaign Creators

*BETA* code snippet that should show you can hide short description field and update labels in…

David Bisset PRO
<10

Update FES Vendor/Seller profile link

Update a specific Seller profile link to a custom one

om-js-events-ga-add-param.js

document.addEventListener( 'om.GoogleAnalytics.preConversionEvent', function( event ) { const { gaEvent } = event.detail; gaEvent.params.your_param1 = param1value; gaEvent.params.your_param2…

1 140 141 142 143 144 217