Search results for: admin
Add Autofocus on Your Form
This snippet adds auto focus to the first field of your form when the page loads.
Trigger a Scheduled Export via a WordPress Action
function custom_trigger_scheduled_export_url() { $secret_key = ( isset( $_GET['secret_key'] ) ? sanitize_text_field( $_GET['secret_key'] ) : false );…
Switching between ftp_put and ftp_fput FTP upload methods in Store Exporter Deluxe
function custom_woo_ce_cron_export_ftp_switch() { // ftp_put or ftp_fput return 'ftp_fput'; } add_filter( 'woo_ce_cron_export_ftp_switch', 'custom_woo_ce_cron_export_ftp_switch' );
Remove Author Schema entirely from the website
This snippet removes Author Schema entirely from the website
Static Page
html, body { overflow-x:hidden }
WP Simple Pay: {subtotal} Smart Tag
Adds a {subtotal} Smart Tag.
Add missing mainEntity to ProfilePage Schema
This snippet adds missing mainEntity to ProfilePage Schema
Add WPCode Custom Field Smart Tag
Add a custom smart tag for the WPCode scripts metabox that outputs the value of a…
Hide the Submit Button on Calculator Forms
To use any of the Calculator forms but want to hide the submit button. Use this…
WC Vendors Marketplace vendor's list - Change Search for a vendor
Change Search for a vendor - WC Vendors Marketplace
Add the type property to that Image property in the Organization schema
This snippet will add the 'ImageObject' type property in the 'Organization' schema markup.
Set max-video-preview to 0
This snippet sets max-video-preview robots meta tag to 0
Add CPTs for Typesense
Enables you to add the CPTs selected for indexing and searching with Typesense