shell bypass 403
GrazzMean-Shell Shell
: /home/d/r/e/dreampi/www/wp-content/themes/basetheme/inc/customizer/react/src/check-icon/ [ drwxr-xr-x ]
import CheckIconComponent from './check-icon-component.js';
export const CheckIconControl = wp.customize.TheBaseControl.extend( {
renderContent: function renderContent() {
let control = this;
ReactDOM.render(
<CheckIconComponent control={control}/>,
control.container[0]
);
}
} );