Advertisement
arie_cristianD

hide embed video option in frontend submit

Aug 5th, 2024
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. (function ($) {  
  2.     $(document).on('ready', function () {
  3.         var post_editor = $('.jeg_post_editor .video-format-field');
  4.         if( post_editor && post_editor.length > 0 ){
  5.             post_editor.find('a[data-type="video"]').click();
  6.         }
  7.     });
  8.  
  9.   })(jQuery);
  10.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement