How do I access the media settings

The sizes are stored in the options table in the database, so you can grab values with get_option('large_size_w');

The values stored in the DB are:

  • thumbnail_size_w
  • thumbnail_size_h
  • medium_size_w
  • medium_size_h
  • large_size_w
  • large_size_h