mirror of
https://fast.feibisi.com/https://github.com/wp-cli/scaffold-command.git
synced 2025-10-04 17:01:28 +08:00
6 lines
102 B
Text
6 lines
102 B
Text
<?php
|
|
|
|
function {{machine_name}}_init() {
|
|
{{output}}
|
|
}
|
|
add_action( 'init', '{{machine_name}}_init' );
|