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