jockebq

Results 19 comments of jockebq

@widoz Thank you for the help, but I cannot manage to make it work. Something basic like this would do what I want, but I don't know how to figure...

@widoz In this case I want to exclude a specific file, with a specific file name. Maybe it is better to exclude it via the ID it has in the...

Is it possible to edit this function to exclude a specific media ID? ```php function global_media_user_cap($allcaps, $caps, $args, $user) { if( !in_array('upload_files', $args) ) return $allcaps; if( defined('DOING_AJAX') && DOING_AJAX...

> > > Would you define the criteria for an exclude? > Also send a PR with a hook (`apply_filters()` or similar) or other idea on the method to enhance...

I actually managed to do this with this additional code: ```phjp add_filter('ajax_query_attachments_args', function($query){ $query['meta_query'] = [ 'relation' => 'AND', [ 'key' => '_wp_attached_file', 'value' => 'Title.png', 'compare' => '!=', ]...

@majorz I got into this project again. And I wish it can solve my issues. What I need is to be able to set the device resolution via a custom...

When will this get released?

Is there any solution to this?

> Just for the record, I have 6 Samsung Tvs running through a matrix at my house and the only affected tv has been the QN85B. The others are CU7000s,...