- minified assets;

- updated readme.txt > changelog section;
- PHPDoc + Hookdocs updated for enqueue classes (common, admin, frontend);
- fixed typos in PHPDoc;
This commit is contained in:
Mykyta Synelnikov
2023-11-17 17:25:47 +02:00
parent 0bb3e243f6
commit 9798c81a5e
29 changed files with 406 additions and 250 deletions
+1 -1
View File
@@ -66,7 +66,7 @@ if ( ! class_exists( 'um\core\Form' ) ) {
/**
* Hook for singleton
* @since 2.7.1
* @since 2.8.0
*/
public function hooks() {
add_action( 'template_redirect', array( &$this, 'form_init' ), 2 );