Improve wp acorn compability
This commit is contained in:
@@ -6,9 +6,10 @@ new class extends Component
|
||||
{
|
||||
public string $content = '';
|
||||
|
||||
public function sayHello(): void {
|
||||
$this->content = 'Hello World by Livewire Wordpress Stack!';
|
||||
}
|
||||
public function sayHello(): void
|
||||
{
|
||||
$this->content = 'Hello World by Livewire Wordpress Stack!';
|
||||
}
|
||||
};
|
||||
?>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user