[ Index ] |
PHP Cross Reference of GlotPress |
[Summary view] [Print] [Text view]
1 <?php 2 3 class GP_CLI_Regenerate_Paths extends WP_CLI_Command { 4 public function __invoke() { 5 GP::$project->regenerate_paths(); 6 7 WP_CLI::success( 'The paths of all projects are regenerate.' ); 8 } 9 }
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Sun Nov 24 01:01:03 2024 | Cross-referenced by PHPXref 0.7.1 |