edit dashboard

This commit is contained in:
hanyixuanten
2026-08-07 19:26:22 +08:00
parent 55e04309b0
commit c0f4a3ad3c
+1 -1
View File
@@ -119,7 +119,7 @@ final class OICS_Plugin {
}
public function render_dashboard_widget() {
echo $this->renderer->render( 8, true ); // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped
echo $this->renderer->render( 8 ); // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped
}
public function render_shortcode( $attributes ) {