📝 - Ajout de commentaires PHPDoc pour améliorer la documentation du code

This commit is contained in:
2025-02-05 01:07:25 +01:00
parent a0b5f2033f
commit 4256b12555
3 changed files with 165 additions and 6 deletions

View File

@@ -23,6 +23,11 @@ function test_plugin(): void {
new CustomThemeTree(\CUSTOMTREE);
}
/**
* Loads the custom tree plugin if enabled and properly configured.
*
* @return void
*/
}
add_action("after_setup_theme", "test_plugin");