Skip to content

Instantly share code, notes, and snippets.

@rajeshsingh520
Created February 6, 2025 02:10
Show Gist options
  • Save rajeshsingh520/e2501b235d3471d08491c236515da6ee to your computer and use it in GitHub Desktop.
Save rajeshsingh520/e2501b235d3471d08491c236515da6ee to your computer and use it in GitHub Desktop.
add_filter('pisol_pccdt_preparation_minutes', function($minutes){
if($minutes > 60){
$minutes = 60;
}
return $minutes;
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment