Term meta not saved when adding the first category

The issue you are experiencing might be due to the action hook you’re using to save the term meta. The created_category hook fires after the term is created, but it doesn’t ensure that all fields are available at that point. To ensure that the term meta is being saved correctly even for the first category, … Read more

Term Meta – saving multiple values in one form with select options

I found the solution, all credit goes to @gmazzap, who gave this great answer in this post: How do I save each option in a multiple select menu as it’s own meta_key + meta_value pair? add_action( ‘created_house_feature’, ‘save_house_feature_meta’, 10, 2 ); function save_house_feature_meta( $term_id, $tt_id ) { $old_feature_group = get_term_meta( $term->term_id, ‘feature-group, true’ ); $new_feature_groups … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)