Changeset 2264465
- Timestamp:
- 03/20/2020 11:42:21 AM (6 years ago)
- File:
-
- 1 edited
-
kodeks-dashboard/trunk/functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
kodeks-dashboard/trunk/functions.php
r2264461 r2264465 692 692 } 693 693 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 } 694 add_filter( 'yoast-acf-analysis/refresh_rate', function () { 695 // Refresh rates in milliseconds 696 return 20000; 697 }); 698 700 699 701 700
Note: See TracChangeset
for help on using the changeset viewer.