Results 1 to 3 of 3

Thread: İmage batch upload limit

  1. #1
    Thread Starter
    Expired Customer bidakkabi's Avatar
    Join Date
    Mar 2018
    Posts
    99
    Thanks
    10
    Thanked 1 Time in 1 Post

    İmage batch upload limit

    Hello
    Code:
    add_filter('appthemes_plupload_config', 'enable_plupload_multisel', 10 ,1);
    
    function enable_plupload_multisel($app_plupload_config)
    {
    $app_plupload_config['plupload']['multi_selection'] = true;
    
    return $app_plupload_config;
    }
    how can we limit the code to 10?

  2. #2
    jomarkosabel's Avatar
    Join Date
    Mar 2009
    Location
    Philippines
    Posts
    40,703
    Thanks
    166
    Thanked 3,390 Times in 3,261 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!
    Please help our moderating team work more efficiently by not sending us support questions via PM. You can read more about how AppThemes support works here. However, you can send a PM to follow up and remind me if I missed your support request/thread.

    Thank you and have a nice day.

  3. #3
    Thread Starter
    Expired Customer bidakkabi's Avatar
    Join Date
    Mar 2018
    Posts
    99
    Thanks
    10
    Thanked 1 Time in 1 Post
    You must be an AppThemes customer and logged in to view this response. Join today!

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. WordPress Upload File Limit
    By bravecreative in forum Help Using ClassiPress
    Replies: 0
    Last Post: September 4th, 2014, 05:04 AM
  2. İmage Rotation Resize
    By turnkey13 in forum Report Vantage Bugs (Legacy)
    Replies: 1
    Last Post: May 2nd, 2012, 06:08 PM