Done ! 403WebShell
403Webshell
Server IP : 46.105.57.169  /  Your IP : 216.73.216.67
Web Server : Apache
System : Linux webm002.cluster120.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64
User : verseaumee ( 152031)
PHP Version : 8.5.7
Disable Function : _dyuweyrj4,_dyuweyrj4r,dl
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /home/verseaumee/www/curators/wp-content/plugins/duplicate-post/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/verseaumee/www/curators/wp-content/plugins/duplicate-post/duplicate_post_admin_script.js
(function(jQuery) {
	// we create a copy of the WP inline edit post function
	var $wp_inline_edit = inlineEditPost.edit;
	// and then we overwrite the function with our own code
	inlineEditPost.edit = function( id ) {
		// "call" the original WP edit function
		// we don't want to leave WordPress hanging
		$wp_inline_edit.apply( this, arguments );
		// now we take care of our business
		// get the post ID
		var $post_id = 0;
		if ( typeof( id ) == 'object' ) {
			$post_id = parseInt( this.getId( id ) );
		}
		if ( $post_id > 0 ) {
			// define the edit row.
			var $edit_row = jQuery( '#edit-' + $post_id );
			var $post_row = jQuery( '#post-' + $post_id );

			// get the data.
			var has_original = ( jQuery( '.duplicate_post_original_item span[data-no_original]', $post_row ).length === 0 );
			var original = jQuery( '.duplicate_post_original_item', $post_row ).html();

			// populate the data.
			if ( has_original ) {
				jQuery( '.duplicate_post_original_item_title_span', $edit_row ).html( original );
				jQuery( '#duplicate_post_quick_edit_fieldset', $edit_row ).show();
			} else {
				jQuery( '#duplicate_post_quick_edit_fieldset', $edit_row ).hide();
				jQuery( '.duplicate_post_original_item_title_span', $edit_row ).html( '' );
			}
		}
	};

})(jQuery);

Youez - 2016 - github.com/yon3zu
LinuXploit