Skip to content

Commit

Permalink
remove unused acf filter, fixes #19
Browse files Browse the repository at this point in the history
  • Loading branch information
billerickson committed Feb 7, 2020
1 parent 9f3efe4 commit 183dba6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions inc/acf.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@ public function __construct() {
// Register Blocks
add_action('acf/init', array( $this, 'register_blocks' ) );

// Dynamic options
add_filter( 'acf/load_field', array( $this, 'dynamic_layouts' ) );
}

/**
Expand Down

0 comments on commit 183dba6

Please sign in to comment.