golden hour
/var/www/html/wp-content/plugins/envato-market/inc/admin/view/partials
⬆️ Go Up
Upload
File/Folder
Size
Actions
help.php
2.63 KB
Del
OK
intro.php
953 B
Del
OK
plugins.php
470 B
Del
OK
settings.php
1008 B
Del
OK
tabs.php
1.46 KB
Del
OK
themes.php
461 B
Del
OK
Edit: themes.php
<?php /** * Themes panel partial * * @package Envato_Market * @since 1.0.0 */ $themes = envato_market()->items()->themes( 'purchased' ); ?> <div id="themes" class="panel <?php echo empty( $themes ) ? 'hidden' : ''; ?>"> <div class="envato-market-blocks"> <?php if ( ! empty( $themes ) ) { envato_market_themes_column( 'active' ); envato_market_themes_column( 'installed' ); envato_market_themes_column( 'install' ); } ?> </div> </div>
Save