add_action( 'rwmb_frontend_after_process', function( $config, $post_id ) { if ( 'xxx' === $config['id'] ) { wp_set_object_terms( $post_id, ...
確定! 回上一頁