/** * Gravity Wiz // Gravity Forms // Format Date Merge Tags * https://gravitywiz.com/gravity-forms-date-merge-tags/ * * Adds merge tag modifiers for formatting date merge tags using PHP Date Formats. * * Plugin Name: Gravity Forms — Format Date Merge Tags…Continue reading
add_filter(‘pre_schedule_event’, function ($pre, $event /*, $wp_error */) { if (is_object($event) && isset($event->hook) && $event->hook === ‘siteground_optimizer_purge_cron_cache’) { $bt = debug_backtrace(DEBUG_BACKTRACE_IGNORE_ARGS, 18); $lines = []; foreach ($bt as $f) { $fn = (isset($f[‘class’]) ? $f[‘class’] . ($f[‘type’] ?? ”) : ”)…Continue reading
/** * WPCode Snippet: WordPress Pages Sync Engine * Description: Comprehensive sync functionality for pages with full content analysis * Location: Run Everywhere * Priority: 20 * * FEATURES: * – Manual sync via admin bar button * – Auto-sync…Continue reading
/** * WPCode Snippet: Expose WordPress Pages Sync ACF Fields to REST API * Description: Makes WordPress Pages data accessible via Application Password authentication * Location: Run Everywhere * Priority: 15 */ defined( ‘ABSPATH’ ) || exit; /** * Register…Continue reading
/** * WPCode Snippet: WordPress Pages Sync ACF Fields (ENHANCED) * Description: Comprehensive ACF fields for page data with ALL metadata for WhaleSync/Airtable * Location: Run Everywhere * Priority: 10 * * INCLUDES: * – URLs & Permalinks (page_url, page_slug)…Continue reading
/** * WPCode Snippet: WordPress Pages Sync CPT Registration * Description: Registers custom post type for WordPress pages data with full REST API support * Location: Run Everywhere * Priority: 0 * * Purpose: Create a mirror/snapshot of WordPress pages…Continue reading
This a test snippetContinue reading