Doesn't work select image when edit term
-
Doesn’t work select image when edit term (on term.php page like …/wp-admin/term.php?taxonomy=some-tax).
There no active ks settings on this page.
Found solution for this problem like add next line (after line 9 – kcSettings::add_page( ‘edit-tags.php’ );) to file plugins/kc-settings/kc-settings-inc/term.php :
kcSettings::add_page( ‘term.php’ );
hope help someone in future 🙂
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘Doesn't work select image when edit term’ is closed to new replies.