This commit is contained in:
Chris Punches
2021-01-12 18:31:13 -05:00
parent 00c1b4d7d4
commit d14de1f704
2 changed files with 1 additions and 3 deletions

View File

@@ -124,8 +124,6 @@ function art_ops( $wp_customize ) {
)
)
);
print("art_ops is executing");
}
add_action( 'customize_register', 'art_ops');