mirror of
https://github.com/10h30/genesis-simple-sidebars.git
synced 2026-06-05 15:08:34 +09:00
Ensure term fields are added after the PODS plugin registers terms
Fixes #34.
This commit is contained in:
@@ -4,7 +4,7 @@ class Genesis_Simple_Sidebars_Term {
|
||||
|
||||
public function init() {
|
||||
|
||||
add_action( 'init', array( $this, 'add_term_fields' ) );
|
||||
add_action( 'init', array( $this, 'add_term_fields' ), 12 );
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user