Category: Admin
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
GA
SEO for GHL
Libertify ROI simulator loaded
2026 Chess Registration
Real Estate Website
Dream Career Project — Real Estate Agent Dream Career Project Real Estate Agent A clear plan showing the skills, training, and steps I will take to reach my dream job in real estate. Why I Chose It Hard Skills Training…Continue reading
Variable Pricing Dropdown (copy)
function edd_library_variable_price_dropdown() { function shoestrap_edd_purchase_variable_pricing( $download_id ) { $variable_pricing = edd_has_variable_prices( $download_id ); if ( ! $variable_pricing ) return; $prices = apply_filters( ‘edd_purchase_variable_prices’, edd_get_variable_prices( $download_id ), $download_id ); $type = edd_single_price_option_mode( $download_id ) ? ‘checkbox’ : ‘radio’; do_action( ‘edd_before_price_options’, $download_id…Continue reading