Plugin Directory

Changeset 2264465


Ignore:
Timestamp:
03/20/2020 11:42:21 AM (6 years ago)
Author:
kodeks
Message:

Filter for Yoast Analysis

File:
1 edited

Legend:

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

    r2264461 r2264465  
    692692}
    693693
    694 if ( is_plugin_active( 'acf-content-analysis-for-yoast-seo/yoast-acf-analysis.php' ) ) {
    695     add_filter( 'yoast-acf-analysis/refresh_rate', function () {
    696         // Refresh rates in milliseconds
    697         return 20000;
    698     });
    699 }
     694add_filter( 'yoast-acf-analysis/refresh_rate', function () {
     695    // Refresh rates in milliseconds
     696    return 20000;
     697});
     698
    700699
    701700
Note: See TracChangeset for help on using the changeset viewer.