Spamworldpro Mini Shell
Spamworldpro


Server : Apache
System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64
User : corals ( 1002)
PHP Version : 7.4.33
Disable Function : exec,passthru,shell_exec,system
Directory :  /home/corals/walla3t.corals.io/wp-content/plugins/polylang/js/build/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /home/corals/walla3t.corals.io/wp-content/plugins/polylang/js/build/user.js
var __webpack_exports__ = {};
/**
 * Adds one biography input field per language in the user profile.
 *
 * @package Polylang
 */

jQuery(
	function ( $ ) {
		// biography
		// FIXME there is probably a more efficient way to do this
		var td = $( '#description' ).parent();
		var d = $( '#description' ).clone();
		var span = td.children( '.description' ).clone();
		td.children().remove();

		$( '.biography' ).each(
			function () {
				lang = $( this ).attr( 'name' ).split( '___' );
				desc = d.clone();
				desc.attr( 'name', 'description_' + lang[0] );
				desc.attr( 'id', 'description_' + lang[0] );
				// Whitelist because description and lang value is already escaped by the side of PHP
				desc.html( $( this ).val() ); // phpcs:ignore WordPressVIPMinimum.JS.HTMLExecutingFunctions.html
				td.append( $( '<div></div>' ).text( lang[1] ) ); // phpcs:ignore WordPressVIPMinimum.JS.HTMLExecutingFunctions.append
				td.append( desc ); // phpcs:ignore WordPressVIPMinimum.JS.HTMLExecutingFunctions.append
			}
		);

		td.append( '<br />' );
		// Whitelist because description come from html code generated by WordPress
		td.append( span ); // phpcs:ignore WordPressVIPMinimum.JS.HTMLExecutingFunctions.append
	}
);


Spamworldpro Mini