Opened 2 years ago
Closed 2 years ago
#165972 closed theme (not-approved)
THEME: Alpus – 1.0.4
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | previously reviewed | Keywords: | theme-alpus accessibility-ready |
| Cc: | support@… |
Description
Alpus - 1.0.4
Alpus is fast, fully customizable WordPress theme suitable for blog, personal portfolio, business and eCommerce Websites.
Theme URL - https://alpustheme.com/
Author URL - https://alpustheme.com/about-us/
Trac Browser - https://themes.trac.wordpress.org/browser/alpus/1.0.4
WordPress.org - https://wordpress.org/themes/alpus/
SVN - https://themes.svn.wordpress.org/alpus/1.0.4
ZIP - https://downloads.wordpress.org/theme/alpus.1.0.4.zip?nostats=1
Live preview – https://playground.wordpress.net/#…
Diff with previous version: [218256] https://themes.trac.wordpress.org/changeset?old_path=alpus/1.0.3&new_path=alpus/1.0.4
History:
| Ticket | Summary | Status | Resolution | Owner |
|---|---|---|---|---|
| #134983 | THEME: Alpus – 1.0.0 | closed | not-approved | |
| #138678 | THEME: Alpus – 1.0.1 | closed | not-approved | |
| #141373 | THEME: Alpus – 1.0.2 | closed | not-approved | |
| #142702 | THEME: Alpus – 1.0.3 | closed | not-approved | |
| #165972 | THEME: Alpus – 1.0.4 | closed | not-approved | |
- RECOMMENDED: No reference to register_block_pattern was found in the theme. Theme authors are encouraged to implement custom block patterns as a transition to block themes.
- RECOMMENDED: No reference to register_block_style was found in the theme. Theme authors are encouraged to implement new block styles as a transition to block themes.
- WARNING: fopen was found in the file framework/admin/importer/parsers.php. File read operations should use file_get_contents() but are discouraged unless required.
Line 574: $fp = $this->fopen( $file, 'r' );
Line 856: function fopen( $filename, $mode = 'r' ) {
Line 860: return fopen( $filename, $mode );
- WARNING: fopen was found in the file framework/admin/importer/parsers.php. File write operations should are avoided unless necessary.
Line 574: $fp = $this->fopen( $file, 'r' );
Line 856: function fopen( $filename, $mode = 'r' ) {
Line 860: return fopen( $filename, $mode );
- WARNING: fclose was found in the file framework/admin/importer/parsers.php. File write operations should are avoided unless necessary.
Line 633: $this->fclose( $fp );
Line 877: function fclose( $fp ) {
Line 881: return fclose( $fp );
- WARNING: fopen was found in the file framework/admin/importer/theme-parsers.php. File read operations should use file_get_contents() but are discouraged unless required.
Line 582: $fp = $this->fopen( $file, 'r' );
Line 864: function fopen( $filename, $mode = 'r' ) {
Line 868: return fopen( $filename, $mode );
- WARNING: fopen was found in the file framework/admin/importer/theme-parsers.php. File write operations should are avoided unless necessary.
Line 582: $fp = $this->fopen( $file, 'r' );
Line 864: function fopen( $filename, $mode = 'r' ) {
Line 868: return fopen( $filename, $mode );
- WARNING: fclose was found in the file framework/admin/importer/theme-parsers.php. File write operations should are avoided unless necessary.
Line 641: $this->fclose( $fp );
Line 885: function fclose( $fp ) {
Line 889: return fclose( $fp );
- WARNING: More than one text-domain is being used in this theme. This means the theme will not be compatible with WordPress.org language packs. The domains found are alpus, woocommerce.

@andy0407
Did you really check the above issue shown by theme check?
Thank you
KafleG