Code-Snippets-Functions/Execute a function on a child site/Ajax Load More/adjust- global-transition-speed.txt

3 lines
61 B
Text

add_filter( 'alm_speed', function(){
return 100; // 250
});