• Resolved joydipkar73

    (@joydipkar73)


    I have done this . But directories are being created though the files are not getting generated there. Please advice,

    / wp-content / plugins / elementor / core / files / base.php

    
    private static function get_wp_uploads_dir() {
    		global $blog_id;
    		if ( empty( self::$wp_uploads_dir[ $blog_id ] ) ) {
    			self::$wp_uploads_dir[ $blog_id ] = str_replace("/uploads","/elementor-assets",wp_upload_dir( 
    
    null, false ));
    		}
    
    		return self::$wp_uploads_dir[ $blog_id ];
    	}
    
    • This topic was modified 4 years, 2 months ago by Yui.
    • This topic was modified 4 years, 2 months ago by Yui. Reason: please use CODE button for code formatting
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘how to change css files directory’ is closed to new replies.