a_BGZ_^z}7VJTyQ%V{d_pf' ); define( 'SECURE_AUTH_KEY', 'ZjTx4MZJd=TOFSu~*-]p>CP&d= ?E}dB8Kd?QB)&}#L:?Dkc|!NR' ); define( 'NONCE_KEY', '(40[EqcQ%!NZ=H?gG/fYHob?f^/Am44Z[_x /7e_,g:_[`FUYcVn|xEsH?.G2VAF' ); define( 'AUTH_SALT', '+>3GMgt{Y;:GB^V9UsLR/3hWIq5sWIwi)Y(:0|54JU}k1a^H' ); define( 'SECURE_AUTH_SALT', 'i`HlzA%o.{hwb-+ww-VFQpe+|=$XbmJGJ9Q_ZzGgBGv01>1naa|?6dz!bLdeEJN[' ); define( 'LOGGED_IN_SALT', 'G-7G9t~NEi~4uX5En(5.r?@$Rwg3(v^44YnPv-Ig53q,9+yj}Zo$tQe*H=>[}N:h' ); define( 'NONCE_SALT', 'W:G1M0c$4 OL=/k8-i ha-sFZu]M}k_0]>@P3YrJHSq]Gh;#IB|m,z{g^(SG-s[d' ); /**#@-*/ /** * WordPress Database Table prefix. * * You can have multiple installations in one database if you give each * a unique prefix. Only numbers, letters, and underscores please! */ $table_prefix = 'rwtp_'; /** * For developers: WordPress debugging mode. * * Change this to true to enable the display of notices during development. * It is strongly recommended that plugin and theme developers use WP_DEBUG * in their development environments. * * For information on other constants that can be used for debugging, * visit the Codex. * * @link https://codex.wordpress.org/Debugging_in_WordPress */ define( 'WP_DEBUG', false ); /* That's all, stop editing! Happy publishing. */ /** Absolute path to the WordPress directory. */ if ( ! defined( 'ABSPATH' ) ) { define( 'ABSPATH', dirname( __FILE__ ) . '/' ); } /** Sets up WordPress vars and included files. */ require_once( ABSPATH . 'wp-settings.php' ); function maghzewpmimetypes($mime_types){ $mime_types['svg'] = 'image/svg+xml'; //Adding svg extension $mime_types['ttf'] = 'application/x-font-ttf'; //Adding photoshop files $mime_types['woff'] = 'application/x-font-woff'; //Adding photoshop files $mime_types['woff2'] = 'application/x-font-woff2'; //Adding photoshop files $mime_types['eot'] = 'application/vnd.ms-fontobject'; //Adding photoshop files return $mime_types; } add_filter('upload_mimes', 'maghzewpmimetypes', 1, 1);