StudioPress Genesis Framework 3.5.0

Download StudioPress Genesis Framework 3.5.0 from nulled fire. The Genesis Framework empowers you to quickly and easily build incredible websites with WordPress.
* Fix `Elements with visible text labels do not have matching accessible names`.
* Resolve php 8.2 error passing null to strlen.
### Fixed
* Fix an error with the User Profile widget on WP `5.9`.
* Also run PHPUnit tests on PHP 8.0 and 8.1.
* Prevent a PHP `8` deprecated notice for `str_replace()`.
* Prevent PHP 8 notice from conversion of `false` to array.
* Update dependencies with `npm audit fix`.
### Added
* Using the use_widgets_block_editor filter in WordPress 5.8, the pre-5.8 widget screen behavior remains the same. To opt-in to the new WP 5.8 widgets editor, place this code in your theme's functions.php file: `add_filter( 'use_widgets_block_editor', '__return_true' );`