Search results for: admin

Hide Business Info Phone Number from the Front End

This filter can be used to hide business info phone number from the front end.

<10

WP Simple Pay: Modify Customer Record Creation

Add custom parameters to the Stripe Customer creation request.

Custom Terms Page

Use the custom page for "agree to terms" and link to it instead of opening terms…

TplMng

// This code is part of the template, $tplData['hasShellZip'] is provided through TplMng $hasShellZip = $tplData['hasShellZip'];…

Add WPCode Custom Field Smart Tag

Add a custom smart tag for the WPCode scripts metabox that outputs the value of a…

<10

Commissions as a fixed dollar amount, or fixed plus a percentage.

add_filter( 'wcv_commission_rate', 'my_wcv_custom_filter', 10, 3 ); function my_wcv_custom_filter( $commission, $product_id, $product_price ) { return WCV_Commission::get_commission_rate( $product_id…

Allow Users Without Editing Permissions to Edit Their Author SEO Details

This filter can be used to allow users that don’t have editing permissions to edit their…

<10

Escaping Data

// instead the _e(), __() or _x() use the escaped version _e('Email Summary', 'duplicator-pro'); // this…

Include Subscriptions in API

Include EDD Subscription payments in the /edd-api/sales endpoint

RSA Group GTM Head Tag

Add GTM Tag to Site Header on RSA Site Group

Colin Bunn PRO
<10
1 55 56 57 58 59 75