Place-Based Projects
Take a look at some of the math play materials we’ve made for our community partners, and feel free to use anything you see for your own business or organization!
function filter_site_upload_size_limit( $size ) { $size = 1024 * 5000; return $size; } add_filter( 'upload_size_limit', 'filter_site_upload_size_limit', 20 );
Take a look at some of the math play materials we’ve made for our community partners, and feel free to use anything you see for your own business or organization!