Plugin Directory

Changeset 2412321


Ignore:
Timestamp:
11/04/2020 09:55:49 AM (5 years ago)
Author:
kodeks
Message:

ACF preview fix

Location:
kodeks-dashboard/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • kodeks-dashboard/trunk/functions.php

    r2412316 r2412321  
    708708
    709709    if ( !function_exists( 'kodeks_fix_post_id_on_preview' ) ){
     710
    710711        function kodeks_fix_post_id_on_preview($null, $post_id) {
    711712            if (is_preview()) {
     
    723724            }
    724725        }
    725         add_filter( 'acf/pre_load_post_id', 'fix_post_id_on_preview', 10, 2 );       
     726        add_filter( 'acf/pre_load_post_id', 'kodeks_fix_post_id_on_preview', 10, 2 );       
    726727    }
    727728
  • kodeks-dashboard/trunk/kodeks-dashboard.php

    r2412316 r2412321  
    33Plugin Name: Kodeks Dashboard
    44Description: This plugin customizes WordPress for Kodeks customers.
    5 Version: 3.0.7
     5Version: 3.0.8
    66Author: Thomas Johannessen & Marius Kaase
    77Author URI: http://kodeks.no
  • kodeks-dashboard/trunk/readme.txt

    r2412316 r2412321  
    11=== Kodeks Dashboard ===
    2 Version: 3.0.7
     2Version: 3.0.8
    33Contributors: Kodeks AS
    44Tested up to: 5.5.3
Note: See TracChangeset for help on using the changeset viewer.