term_id, 'category_color', true );
$thumbnail_id = absint( get_term_meta( $term->term_id, 'thumbnail_id', true ) );
$image = $thumbnail_id ? wp_get_attachment_thumb_url( $thumbnail_id ) : blogbend_placeholder_image();
?>
|
|
|
|
__( 'Choose an image', 'blogbend' ),
'btn_txt' => __( 'Use image', 'blogbend' ),
'img' => esc_js( blogbend_placeholder_image() ),
)
);
}
add_action( 'admin_enqueue_scripts', 'blogbend_admin_category_meta_js' );