PageTemplate_Universal – GRAVITY FLOW EMBED TEMPLATE

/** * ============================================================================ * GRAVITY FLOW EMBED TEMPLATE – Universal WPCode Snippet (SAFE VERSION) * ============================================================================ * * Version: 1.1.0 * Author: Portal Blueprint * Compatible with: Gravity Flow 2.8+, BuddyBoss, Divi, Elementor, Any Theme * * SAFETY FEATURES: *…Continue reading

How to Change CSV Export Delimiter

/** * Filters the delimiter used in CSV exports of form entries. * * @link https://wpforms.com/developers/change-csv-export-delimiter/ */ function wpf_dev_pro_admin_entries_export_configuration( $configuration ) { $configuration[ ‘csv_export_separator’ ] = ‘;’; return $configuration; } add_filter( ‘wpforms_pro_admin_entries_export_configuration’, ‘wpf_dev_pro_admin_entries_export_configuration’, 10, 1 );Continue reading

NS CALENDAR SHORTCODE

/** * Compliance Calendar – Dashboard Shortcodes v1.3 * * Shortcodes for displaying compliance data on frontend * Uses group_id (BuddyBoss) as primary identifier * * WPCODE SETTINGS: * – Code Type: PHP Snippet * – Location: Run Everywhere *…Continue reading