Мой код: add_action('save_post', 'change_default_slug', 10,2); function change_default_slug($post_id, $post) { error_log($post_id); ...
確定! 回上一頁