🤩 File Manager - Mr.X
PHP:
8.3.33
Server:
Apache
OS:
Linux 5.14.0-611.49.1.el9_7.x86_64
User:
websparkit
Navigate
Upload:
Upload
New File
New Folder
Editing:wcfmmp.php
<?php /** * Description * * @package wcfmmp.php * @since 8.3.6 * @author Stas * @link http://xstore.8theme.com * @license Themeforest Split Licence */ add_action( 'wcfmmp_woocommerce_before_shop_loop_before', function () { etheme_enqueue_style('filter-area', true ); ?> <div class="filter-wrap"> <div class="filter-content"> <?php }, 0 ); add_action( 'wcfmmp_woocommerce_before_shop_loop_after', function () { ?> </div> </div> <?php }, 100000 );
Save Changes
Cancel
Create New File
Create New Folder