Real Estate Website

Dream Career Project — Real Estate Agent Dream Career Project Real Estate Agent A clear plan…

DantetheblackgoldendoodleFooter

× 🚀 Stay Connected! Follow us on social media for exclusive content, updates, and behind-the-scenes fun!…

SEO for GHL

Pixel for SEO in GHL

Mike Hoaglin
<10

Disable Gutenberg Editor (use Classic Editor)

Switch back to the Classic Editor by disablling the Block Editor.

<10

Disable Right Click

Disable a right click on page.

NS CALENDAR SHORTCODE

/** * Compliance Calendar - Dashboard Shortcodes v1.3 * * Shortcodes for displaying compliance data on…

ismail daugherty PRO
<10

Paystack Split Payments Integration with WC Vendors — Saving the Vendor Sub-Account Code

update_user_meta( $user->ID, '_paystack_sub_account_code', 'ACCT_xxxxxxxxxxxxx' );

Paystack Split Payments Integration with WC Vendors — Calculating Vendor Splits

if ( wc_string_to_bool( get_option( 'wcvendors_vendor_give_taxes' ) ) ) { // Add tax fees to vendor total…

Paystack Split Payments Integration with WC Vendors — Creating the Split Configuration

public function process_split_payment( $order ) { $vendors_due = WCV_Vendors::get_vendor_dues_from_order( $order, false ); $sub_accounts = array(); foreach…

Hide Empty Categories for PP Grid Filter

add_filter( 'pp_cg_filters_show_available_posts_terms', '__return_true' );

Ilana Borsje PRO
<10

How to Change CSV Export Delimiter

This snippet will modify the CSV separator symbol to be a semicolon instead of a comma.

<10
1 202 203 204 205 206 207