Skip to content

Commit

Permalink
refactor files for post forms
Browse files Browse the repository at this point in the history
  • Loading branch information
sapayth committed May 22, 2023
1 parent 3478dcc commit b32452f
Show file tree
Hide file tree
Showing 81 changed files with 2,004 additions and 10,730 deletions.
2 changes: 1 addition & 1 deletion admin/class-admin-subscription.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public function __construct() {
// new subscription metabox hooks
add_action( 'add_meta_boxes', [ $this, 'add_meta_boxes' ] );
add_action( 'admin_print_styles-post-new.php', [ $this, 'enqueue_scripts' ] );
add_action( 'admin_print_styles-post.php', [ $this, 'enqueue_scripts' ] );
add_action( 'admin_print_styles-WPUF_Post_Form_Template_Post.php', [ $this, 'enqueue_scripts' ] );
add_action( 'admin_enqueue_scripts', [ $this, 'enqueue_profile_script' ] );
}

Expand Down
3 changes: 3 additions & 0 deletions admin/form-builder/class-wpuf-admin-form-builder-ajax.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
<?php

use Wp\User\Frontend\Admin\WPUF_Admin_Form_Builder;

/**
* Ajax handlers
*/
Expand Down
Loading

0 comments on commit b32452f

Please sign in to comment.